View source: R/flow_data_calculation.R
flow_data_calculation | R Documentation |
This function arranges flow data for different flow types.
flow_data_calculation(
result_flow,
flatten = FALSE,
flow_type = "none",
flow_handle_type = NULL,
flow_handle_type_sub = "category",
date_from = NULL,
date_to = NULL,
format_date = "%Y-%m-%d",
tzone_date = "UTC",
created_on = FALSE
)
result_flow |
Data frame containing flow data. |
flatten |
Default |
flow_type |
Default |
flow_handle_type |
Default |
flow_handle_type_sub |
Default |
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 |
character string giving a date-time format as used by |
tzone_date |
time zone specification to be used for the conversion, if one is required. |
created_on |
Parameter for flow_data. |
Data frame displaying the flow data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.