time_entry {clockify} | R Documentation |
Get a specific time entry on workspace
Description
Get a specific time entry on workspace
Usage
time_entry(time_entry_id, concise = TRUE)
Arguments
time_entry_id |
Time entry ID |
concise |
Generate concise output |
Value
A data frame with one record per time entry.
Examples
## Not run:
time_entry("61343d27ab05e02be2c8c266")
## End(Not run)
[Package clockify version 0.1.6 Index]