Lilac file parsing and manipulation.
Super class
nemo::Tool -> Lilac
Methods
Method new()
Create a new Lilac object.
Usage
Lilac$new(path = NULL, files_tbl = NULL)Arguments
path(
character(1))
Output directory of tool. Iffiles_tblis supplied, this basically gets ignored.files_tbl(
tibble(n))
Tibble of files fromnemo::list_files_dir().
Examples
cls <- Lilac
indir <- system.file("extdata/oa", package = "tidywigits")
odir <- tempdir()
id <- "lilac_run1"
obj <- cls$new(indir)
obj$nemofy(odir = odir, format = "parquet", id = id)
#> NULL
(lf <- list.files(odir, pattern = "lilac.*parquet", full.names = FALSE))
#> character(0)
