View source: R/directory_management.R
clean_export_path | R Documentation |
Sanitizes directory paths for file export operations. This function ensures that export paths are valid, accessible, and secure before files are written. It handles path normalization and security checks for export operations.
clean_export_path(dir_path, create = FALSE)
dir_path |
Character string containing the directory path to clean |
create |
Logical indicating whether to create the directory if it doesn't exist |
Cleaned and validated directory path
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.