View source: R/get_example_filename.R
get_example_filename | 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")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.