starvz_phase1 | R Documentation |
This function calls all CSV-converter inner-functions to pre-process
they into StarVZ files. Although this can be directly used in a folder
where all CSV compressed (gzip) files reside, we suggest to use the
shell tool starvz
or phase1-workflow.sh
in the tools/
directory.
starvz_phase1(
directory = ".",
app_states_fun = lu_colors,
state_filter = 0,
whichApplication = "",
input.parquet = "1",
config_file = NULL
)
directory |
Directory of CSV files |
app_states_fun |
Function to determine application |
state_filter |
Type of filder |
whichApplication |
Name of Application |
input.parquet |
Use or not of parquet files |
config_file |
StarVZ config structure, this function uses only the app_tasks |
ggplot object with all starvz plots
example_folder <- system.file("extdata", "lu_trace", package = "starvz")
starvz_phase1(directory = example_folder)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.