| shared_report_update | R Documentation |
Update a shared report
shared_report_update( shared_report_id, name = NULL, is_public = NULL, fixed_date = NULL )
shared_report_id |
Identifier for a specific shared report |
name |
Report name |
is_public |
Is this a public report? |
fixed_date |
Are the dates fixed? |
## Not run:
shared_report_update("6307f29f1bbd1d34e56b9eb7", name = "Test Report")
## End(Not run)