wiz_frame: Define wizard frame

Description Usage

View source: R/wizard.R

Description

Define wizard frame

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
wiz_frame(
  fixed_data,
  temporal_data,
  fixed_id = "id",
  fixed_start = NULL,
  fixed_end = NULL,
  temporal_id = "id",
  temporal_time = "time",
  temporal_variable = "variable",
  temporal_value = "value",
  temporal_category = temporal_variable,
  step = NULL,
  max_length = NULL,
  output_folder = NULL,
  create_folder = FALSE,
  save_wiz_frame = TRUE,
  chunk_size = NULL,
  numeric_threshold = 0.5
)

ML4LHS/wizard documentation built on May 31, 2021, 1:24 a.m.