shared_report_create {clockify} | R Documentation |
Create a shared report
Description
Create a shared report
Usage
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
## Not run:
shared_report_create("Sample Report", "2022-03-01", "2022-04-01")
## End(Not run)
[Package clockify version 0.1.6 Index]