shared_report {clockify}R Documentation

Get a specific shared report

Description

Get a specific shared report

Usage

shared_report(shared_report_id)

Arguments

shared_report_id

Identifier for a specific shared report

Examples

## Not run: 
# Get all shared reports.
shared_reports()
# Get specific shared report by shared report ID.
shared_report("6307f29f1bbd1d34e56b9eb7")

## End(Not run)

[Package clockify version 0.1.4 Index]