get_rescue_time_data_anonymized | R Documentation |
Get RescueTime Data based on an API Key. The Data is return anonymized according to the category definitions on package level
get_rescue_time_data_anonymized(
key,
dateFrom,
dateTo,
scope = "Category",
transform = FALSE
)
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" |
scope |
string either "Category" or "SubCategory" |
transform |
boolean transform data to different structure |
table with an entry for each category for each day
data <- get_rescue_time_data_anonymized("XYZ","2021-04-11T00:00:00Z","2021-04-12T23:59:59Z","Category")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.