clean_project_path {textAnnotatoR} | R Documentation |
Clean project path
Description
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.
Usage
clean_project_path(path)
Arguments
path |
Character string containing the project path to be cleaned |
Value
Sanitized path string that is safe to use for file operations
[Package textAnnotatoR version 0.1.4 Index]