get_example_filename {pureseqtmr} | R Documentation |
Get the full path to a PureseqTM example file. If the filename specified is not a PureseqTM example file, this function will stop
get_example_filename(filename, folder_name = get_default_pureseqtm_folder())
filename |
name of the example file, without the path |
folder_name |
superfolder of PureseqTM.
The superfolder's name is |
the full path to a PureseqTM example file
Richèl J.C. Bilderbeek
use get_example_filenames to get all PureseqTM example filenames
if (is_pureseqtm_installed()) {
get_example_filename("1bhaA.fasta")
}