if (FALSE) {
res <- build_epoch_table(
metadatadir = "path/to/output_run/output_test_run",
params_general = list(desiredtz = ""),
params_phyact = list(part6_threshold_combi = "40_100_400"),
verbose = TRUE
)
if (!is.null(res)) {
names(res)
nrow(res$epoch_df)
res$config_name
}
}
Run the code above in your browser using DataLab