Define wizard frame
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
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.