if (FALSE) {
# Returns summary table
create_itsa(
data = pq_data,
metrics = c("Collaboration_span", "Internal_network_size"),
before_end = "2024-07-01",
after_start = "2024-07-01",
ac_lags_max = 7,
return = "table"
)
# Returns list of plots
plot_list <-
create_itsa(
data = pq_data,
metrics = c("Collaboration_span", "Internal_network_size"),
before_end = "2024-07-01",
after_start = "2024-07-01",
ac_lags_max = 7,
return = "plot"
)
# Extract a plot as an example
plot_list$Collaboration_span
}
Run the code above in your browser using DataLab