View source: R/days_active_data.R
days_active_data | R Documentation |
The number of days that each user is active
days_active_data(
uuid_data = get_rapidpro_uuid_names(),
flow_name,
rapidpro_site = get_rapidpro_site(),
token = get_rapidpro_key(),
flatten = FALSE,
read_runs = FALSE,
runs_data = "result_flow_runs.RDS",
include_archived_data = FALSE,
get_by = "gotit",
data_from_archived = archived_data,
read_archived_data_from = "archived_data_monthly.RDS"
)
uuid_data |
A string containing UUID values. See |
flow_name |
A string containing flow names to call data from. |
rapidpro_site |
A string containing the rapidpro website to call the data from. See |
token |
A string containing the token to call the data. See |
flatten |
Default |
read_runs |
Default |
runs_data |
If the "runs.json" data has been read in already, this is the run data. Instead, the |
include_archived_data |
Default |
get_by |
A string denoting how to access the archived data (if |
data_from_archived |
If |
read_archived_data_from |
If |
A data frame with two columns: The unique ID of the individual, and the number of days they have been active.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.