starvz_phase1: Execute StarVZ Phase one.

View source: R/phase1.R

starvz_phase1R Documentation

Execute StarVZ Phase one.

Description

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.

Usage

starvz_phase1(
  directory = ".",
  app_states_fun = lu_colors,
  state_filter = 0,
  whichApplication = "",
  input.parquet = "1",
  config_file = NULL
)

Arguments

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

Value

ggplot object with all starvz plots

Examples



example_folder <- system.file("extdata", "lu_trace", package = "starvz")
starvz_phase1(directory = example_folder)



starvz documentation built on June 19, 2025, 1:08 a.m.

Related to starvz_phase1 in starvz...