diff --git a/docs/r/news/index.html b/docs/r/news/index.html index 96749d56085b..b0d9501399fc 100644 --- a/docs/r/news/index.html +++ b/docs/r/news/index.html @@ -87,7 +87,11 @@
CRAN release: 2023-08-30
+data.frame and no other classes now have the class attribute dropped, resulting in now always returning tibbles from file reading functions and arrow_table(), which results in consistency in the type of returned objects. Calling as.data.frame() on Arrow Tabular objects now always returns a data.frame object (#34775)