View source: R/process_report.R
Add together two numbers
1 2 3 4 5 6 7 8 9 | process_report(
report,
task_description = "description",
start_time = "start",
end_time = "end",
duration = "dur",
client = "client",
project = "project"
)
|
report |
a dataframe of time tracking summary stats from togglr API or website. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.