write_bundleList {emuR} | R Documentation |
write bundleList
Description
write bundleList JSON file to emuDB
Usage
write_bundleList(
emuDBhandle,
name,
bundleList,
seglist,
updateDBconfig = TRUE,
verbose = TRUE
)
Arguments
emuDBhandle |
emuDB handle object (see load_emuDB) |
name |
name of bundleList (excluding the _bundleList.json suffix) |
bundleList |
tibble/data.frame with the columns |
seglist |
segment list returned by query function. If set the
|
updateDBconfig |
if set to TRUE (the default) DBconfig will be updated with the fields |
verbose |
be verbose
|
Details
Write bundleList JSON file to emuDB sub-dir bundleLists/
[Package emuR version 2.5.0 Index]