Description Usage Arguments Value Examples
View source: R/personfiles_path.R
This function builds the saving path for a folder via
folder_dir
/folder_name
.file_extension
.
1 2 3 4 5 | personfiles_path(
folder_dir = ".",
folder_name = "personfiles",
file_extension = "rds"
)
|
folder_dir |
The directory for the folder. Set |
folder_name |
The name for the folder. |
file_extension |
The file extension for the folder. |
The saving path for a folder.
1 2 | ### Create the standard saving path.
personfiles_path()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.