WiGiTS file parsing and manipulation.
Super class
nemo::Workflow
-> Wigits
Examples
if (FALSE) { # \dontrun{
path <- here::here("nogit/oa_v2")
w <- Wigits$new(path)
x <-
w$nemofy(
odir = "nogit/test_data",
format = "parquet",
id = "run1"
)
dbconn <- DBI::dbConnect(
drv = RPostgres::Postgres(),
dbname = "nemo",
user = "orcabus"
)
x <-
w$nemofy(
format = "db",
id = "runABC456",
dbconn = dbconn
)
} # }