Create a shared report

shared_report_create(name, start, end, is_public = TRUE, fixed_date = FALSE)

Arguments

name

Name of the report

start

Start time

end

End time

is_public

Is this a public report?

fixed_date

Are the dates fixed?

Examples

if (FALSE) {
shared_report_create("Sample Report", "2022-03-01", "2022-04-01")
}