R/strollur_example.R
strollur_example.Rd
strollur comes bundled with some example files in its `inst/extdata` directory. This function make them easy to access them.
strollur_example(file = NULL)
Name of file.
string, Full path to example files
Get path to strollur example
strollur_example() #> [1] "/home/runner/work/_temp/Library/strollur/extdata" strollur_example("final.fasta.gz") #> [1] "/home/runner/work/_temp/Library/strollur/extdata/final.fasta.gz"