Get a specific shared report

shared_report(shared_report_id)

Arguments

shared_report_id

Identifier for a specific shared report

Examples

if (FALSE) {
# Get all shared reports.
shared_reports()
# Get specific shared report by shared report ID.
shared_report("6307f29f1bbd1d34e56b9eb7")
}