Lightweight functions to manipulate file paths (more) easily in R.
A clean interface to manipulate files, directories and their associated paths within R
. Package dfp
is lighter than other alternatives such as fs
. It is tidy in a similar way: explicit use of S3 objects, explicit errors, file paths as return values, UTF-8 encoded paths and consistent function names. While fs
functions are vectorized, dfp
are not. Package dfp
stems from various functions and ideas that were developped during the last years, without knowing that package fs
existed. The package is still in active development and may change over time.
Please wait the first official version of dfp
before using it. Tests and commits are still work in progress.
install.packages("dfp") # Will fail, not on CRAN!
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.