get_productivity_index | R Documentation |
Function that calculates a productivity index (weighted mean) for a given time period
get_productivity_index(key, dateFrom, dateTo)
key |
string provided by RescueTime |
dateFrom |
string in iso date format "YYYY-mm-DDTHH:MM:ssZ" |
dateTo |
string in iso date format "YYYY-mm-DDTHH:MM:ssZ" |
data.frame with a productivity for each date
productivity_index <- get_productivity_index("XYZ","2021-04-11T00:00:00Z","2021-04-12T23:59:59Z")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.