powered by
Relative paths will be detected based on the presence of wildcard character(*) in the path specification.
validatePathIsAbsolute(path)
A valid file path name.
Error in case a relative path is found, otherwise no output will be returned.
# NOT RUN { # no error if path is absolute validatePathIsAbsolute("Organism|path") # error otherwise # validatePathIsAbsolute("Organism|*path") # }
Run the code above in your browser using DataLab