get_example_filenames: Get the full path to all PureseqTM example files

View source: R/get_example_filenames.R

get_example_filenamesR Documentation

Get the full path to all PureseqTM example files

Description

Get the full path to all PureseqTM example files

Usage

get_example_filenames(folder_name = get_default_pureseqtm_folder())

Arguments

folder_name

superfolder of PureseqTM. The superfolder's name is /home/[user_name]/.local/share by default, as can be obtained by get_default_pureseqtm_folder

Value

a character vector with all PureseqTM example files

Author(s)

Richèl J.C. Bilderbeek

See Also

use get_example_filename to get the full path to a PureseqTM example file

Examples

if (is_pureseqtm_installed()) {
  get_example_filenames()
}

pureseqtmr documentation built on April 6, 2023, 5:20 p.m.