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.
inst/extdata
strollur_example(file = NULL)
Name of file.
string, Full path to example files
Get path to strollur example
strollur::strollur_example() #> [1] "/home/runner/work/_temp/Library/strollur/extdata" strollur::strollur_example("final.fasta.gz") #> [1] "/home/runner/work/_temp/Library/strollur/extdata/final.fasta.gz"