get_example_filenames {pureseqtmr} | R Documentation |
Get the full path to all PureseqTM example files
get_example_filenames(folder_name = get_default_pureseqtm_folder())
folder_name |
superfolder of PureseqTM.
The superfolder's name is |
a character vector with all PureseqTM example files
Richèl J.C. Bilderbeek
use get_example_filename to get the full path to a PureseqTM example file
if (is_pureseqtm_installed()) {
get_example_filenames()
}