View source: R/validation-helpers.R
validatePathIsAbsolute | R Documentation |
Relative paths will be detected based on the presence of wildcard character(*) in the path specification.
validatePathIsAbsolute(path)
path |
A valid file path name. |
Error in case a relative path is found, otherwise no output will be returned.
# no error if path is absolute validatePathIsAbsolute("Organism|path") # error otherwise # validatePathIsAbsolute("Organism|*path")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.