is_gt3x.Rd
Check if files are .gt3x files
Check if a .gt3x file or unzipped gt3x directory has both log.bin and info.txt
is_gt3x(path) have_log_and_info(path, verbose = TRUE)
path | Path(s) to file(s) |
---|---|
verbose | print diagnostic messages |
Logical vector of the same length as path, which is TRUE if the corresponding path is a .gt3x file.
Checks if files have a .gt3x file extension
Other file manipulations:
gt3x_datapath()
,
list_gt3x()
,
unzip.gt3x()
Other gt3x-utils:
get_n_samples()
,
ticks2datetime()
is_gt3x("test.gt3x") # TRUE#> test.gt3x #> TRUEis_gt3x("test") # FALSE#> test #> FALSEis_gt3x(NULL)#> [1] FALSE#>#>#> [1] FALSE