Rdocumentation
powered by
Learn R Programming
HTSeqGenie (version 4.2.0)
safeGetObject: Safely load a R data file
Description
Attempts to load a file given by object_name. Bails out if none or more than one files match the object name.
Usage
safeGetObject(dir_path, object_name)
Arguments
dir_path
Save dir of a pipeline run
object_name
object name, can be a regexp
Value
loaded object