get_rescue_time_data | R Documentation |
Get RescueTime Data based on an API Key. The Data is returned unfiltered
get_rescue_time_data(
key,
dateFrom,
dateTo,
scope = "Activity",
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 "Overview", "Category", "Activity", "Productivity", "Document" |
transform |
boolean transform data to different structure |
table with complete data
data <- get_rescue_time_data("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.