is_gt3x | R Documentation |
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 |
Checks if files have a .gt3x file extension
Logical vector of the same length as path, which is TRUE if the corresponding path is a .gt3x file.
Other file manipulations:
gt3x_datapath()
,
list_gt3x()
,
unzip.gt3x()
Other gt3x-utils:
get_n_samples()
,
ticks2datetime()
is_gt3x("test.gt3x") # TRUE is_gt3x("test") # FALSE is_gt3x(NULL) have_log_and_info(tempfile(), verbose = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.