Commits


Neal Richardson authored and François Saint-Jacques committed 2e905927873
ARROW-5773: [R] Clean up documentation before release This cleans up a lot of the docs for the reader and writer functions, which are the main end-user-facing functions this release will expose. See a preview of the docs site at https://enpiar.com/arrow-r-site/reference/, with focus on the "above the fold" functions. There's a lot more to do, but I think this is the minimum before we submit to CRAN, and it would be great to get as much of the cleanup in 0.14 so that there's not a divergence between official 0.14 and CRAN 0.14. This patch also adds a trivial "example" to one of the man pages, without which CRAN has been known to reject. Author: Neal Richardson <neal.p.richardson@gmail.com> Author: Wes McKinney <wesm+git@apache.org> Closes #4736 from nealrichardson/r-final-final-docs and squashes the following commits: 4c5bdf4b7 <Neal Richardson> Update man pages 680d3b6ca <Neal Richardson> Remove one other external link cdd3bce25 <Wes McKinney> Add missing use_threads read option 2243650df <Neal Richardson> Remove doc link to vroom package to avoid possible check NOTE 34c78ef71 <Neal Richardson> Doc cleanup and consolidation