Get absolute path to sample-specific file for one or more samples
get.file.path(sample.ids, directory, extension = NULL,
allow.multiple = FALSE, allow.none = FALSE)Vector of sample IDs to match filename on
Path to directory containing files
String giving extension of file
Boolean indicating whether to allow multiple matching files. Defaults to false, which throws an error if the query matches more than one file.
Boolean indicating whether to allow no matching files. Defaults to false, which throws an error if the query does not match any files.
Paths to matched files