fs 1.0.0
This article is originally published at https://www.tidyverse.org/blog/fs 1.0.0 is now available on CRAN! fs provides a cross-platform, uniform interface to file system operations. fs uses libuv under the hood, which gives a rock solid cross-platform interface to the filesystem. Install the latest version with: install.packages("fs") Comparison vs base equivalents fs functions smooth over some of the idiosyncrasies of file handling with base R functions: Vectorization. All fs functions are vectorized, accepting multiple paths as input.
Thanks for visiting r-craft.org
This article is originally published at https://www.tidyverse.org/blog/
Please visit source website for post related comments.