dirutils | R Documentation |
A function that facilitates a users' workflow by helping to check for DBFs in a directory.
A function that facilitates a users' workflow by helping to check for DATs in a directory.
list_dbfs(pathstring)
list_dats(pathstring)
is_file(pathstring)
is_dir(pathstring = NULL)
find_known_liposome_dat_file(fpath, fname)
find_known_liposome_dbf_file(fpath, fname)
pathstring |
path string |
fpath |
fpath |
fname |
fname |
directory utils
dbfs
dbfs
dbfs
dbfs
dbfs
dbfs
Other dirutils:
normfluodbfcomms
,
sampledata
## Not run:
fpath <- system.file("extdata", package = "normfluodbf", mustWork = TRUE)
list_dbfs(fpath)
list_dats(fpath)
is_file(fpath)
find_known_liposome_dat_file(fpath, 'dat_1.dat')
find_known_liposome_dbf_file(fpath, 'liposomes_218')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.