View source: R/directory_management.R
clean_project_path | R Documentation |
Ensures project paths are valid and secure by removing potentially harmful characters and preventing directory traversal attempts. This function sanitizes file paths to prevent security issues and ensure consistent file naming across different operating systems.
clean_project_path(path)
path |
Character string containing the project path to be cleaned |
Sanitized path string that is safe to use for file operations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.