ICdir_chk | R Documentation |
This function checks whether the necessary files for the 'point' read functions are included in the directory.
ICdir_chk(directory, types = c("is_txt", "chk_is", "stat"))
directory |
A path or connection to a directory containing raw ion count data files. |
types |
Regular expression for the required file extensions. Default searches for files ending with .is_txt, .chk_is, and .stat |
A logical indicating whether the directory is suitable for 'point'
ICdir_chk(point_example("2018-01-19-GLENDON"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.