Description Usage Arguments Details Value Examples
This function requires you to have set the environment variable
MIRVIE_FEATHER_PATH
, which you can do in the ~/.Rprofile
file. It should
have a line like Sys.setenv(MIRVIE_FEATHER_PATH = "path/to/mirvie/feathers/dir")
. If the file doesn't exist, create it and
make this the only line in the file. If this is done correctly, this function
then forms a path with MIRVIE_FEATHER_PATH
as the root directory.
1 | get_feather_path(..., use_dotenv = TRUE, verify = TRUE)
|
... |
Character vectors. Elements of the path. Mostly, you'll leave this blank. |
use_dotenv |
A flag. If the |
verify |
A flag. Check that |
There's a whole vignette explaining this function. To find it, run
browseVignettes(package = "mirmisc")
.
An fs::path.
1 2 3 4 | ## Not run:
get_feather_path()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.