path_append_and_check: append file to path, then call file_check() for validation of...

View source: R/util_files.R

path_append_and_checkR Documentation

append file to path, then call file_check() for validation of the file. Does not validate illegal characters in the path

Description

returns a (potentially cleaned) file path

Usage

path_append_and_check(path, file, strict = FALSE)

Arguments

path

a directory on this computer. eg; "C:/temp" on windows or "/home/user1" on unix

file

filename that should be appended to the path

strict

boolean indicating 'strict mode' for checking the filename, if TRUE; only allow alphanumeric, underscore and '-'


ftwkoopmans/msdap documentation built on March 5, 2025, 12:15 a.m.