View source: R/gt3x_sample_data.R
gt3x_datapath | R Documentation |
Path to read.gt3x package sample data
gt3x_datapath(index = NULL, verbose = TRUE) gt3x_filename(index = NULL, zipped = FALSE)
index |
Integer. The index of a sample file to retrieve. If NULL (default) the path to the directory including the sample files will be returned. |
verbose |
print diagnostic messages |
zipped |
do the files have a |
Character vector of files
Other file manipulations:
is_gt3x()
,
list_gt3x()
,
unzip.gt3x()
## Not run: dir <- gt3x_datapath() gt3x_filename <- gt3x_datapath(1) stopifnot(!is.na(gt3x_datapath(2))) ## End(Not run) testthat::expect_error(gt3x_filename(100)) testthat::expect_error(gt3x_filename(0))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.