shared_report_create.Rd
Create a shared report
shared_report_create(name, start, end, is_public = TRUE, fixed_date = FALSE)
Name of the report
Start time
End time
Is this a public report?
Are the dates fixed?
if (FALSE) {
shared_report_create("Sample Report", "2022-03-01", "2022-04-01")
}