View source: R/input-time-series.R
prepare_input_time_series_art | R Documentation |
Take uploaded ART and shape file paths and format as data which can be used to draw input time series graphs.
prepare_input_time_series_art(art, shape)
art |
Path to file containing ART data or ART data object |
shape |
Path to file containing geojson areas data or area data object |
Data formatted for plotting input time series containing columns area_id, area_name, area_level, area_level_label, parent_area_id, area_sort_order, time_period, year, quarter, calendar_quarter, area_hierarchy, plot, value and missing_ids
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.