get_flow_data | R Documentation |
Call RapidPro data from each run or flow.
get_flow_data(
uuid_data = get_rapidpro_uuid_names(),
flow_name = NULL,
rapidpro_site = get_rapidpro_site(),
token = get_rapidpro_key(),
by = c("flow_name", "id_name"),
id_names = NULL,
flatten = FALSE,
checks = FALSE,
return_all = FALSE,
flow_type = "none",
flow_handle_type = NULL,
flow_handle_type_sub = "category",
include_archived_data = FALSE,
get_by = "gotit",
data_from_archived = NULL,
read_archived_data_from = NULL,
created_on = FALSE,
date_from = NULL,
date_to = NULL,
format_date = "%Y-%m-%d",
tzone_date = "UTC"
)
uuid_data |
A string containing UUID values. See |
flow_name |
A string containing flow names to call data from if |
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 |
by |
A string taking either |
id_names |
A string containing ID names to call data from if |
flatten |
Default |
checks |
Default |
return_all |
Default |
flow_type |
Only if |
flow_handle_type |
Default |
flow_handle_type_sub |
Default |
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 |
created_on |
Parameter for flow_data. |
date_from |
character string giving the date to filter the data from. |
date_to |
character string giving the date to filter the data to. |
format_date |
from |
tzone_date |
from |
List separated by each flow_name provided. Each element in the list contains a data frame for each flow_name provided.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.