.isCfg {pepr} | R Documentation |
Config file or annotation file
Description
Determine if the input file seems to be a project config file (based on the file extension).
Usage
.isCfg(filePath)
Arguments
filePath |
a string to examine |
Value
a boolean, TRUE if indicating the path seems to be pointing to a config, or FALSE if the path seems to be pointing to an annotation file.
[Package pepr version 0.5.0 Index]