List full paths to all gt3x files in a directory

list_gt3x(path)

Arguments

path

Path(s) to file(s)

See also

Other file manipulations: gt3x_datapath(), is_gt3x(), unzip.gt3x()

Examples

path <- system.file( "extdata", package = "read.gt3x") list_gt3x(path)
#> [1] "/private/var/folders/1s/wrtqcpxn685_zk570bnx9_rr0000gr/T/RtmpW9yqzD/temp_libpath85592ead099f/read.gt3x/extdata/TAS1H30182785_2019-09-17.gt3x"
if (FALSE) { list_gt3x(gt3x_datapath()) }