# \donttest{
run_descriptive_stats_api(
data = list(
date = as.character(as.Date("2024-01-01") + 0:29),
region = rep(c("A", "B"), each = 15),
outcome = sample(1:20, 30, replace = TRUE),
temp = rnorm(30, 25, 3)
),
output_path = tempdir(),
aggregation_column = "region",
dependent_col = "outcome",
independent_cols = c("temp"),
timeseries_col = "date",
plot_corr_matrix = TRUE
)
# }
Run the code above in your browser using DataLab