| represent_series | R Documentation | 
This function allows representing series data in maps or charts
represent_series( code = NULL, resource = "maps", help = FALSE, nlast = 0, date_start = NULL, date_end = NULL, classification = NULL, map_scale = 60, verbose = FALSE, benchmark = FALSE, det = 0, type = NA, lang = "ES" )
| code | (string) serie identificator | 
| resource | (string) resource to access, by default  | 
| help | (boolean) type any value for  | 
| nlast | (int) last  | 
| date_start | (date) start date in format (string)  | 
| date_end | (date) end date in format (string)  | 
| classification | (string) serie classification, if  | 
| map_scale | (int) refers to the relationship or ratio between distance on a map and the corresponding distance on the ground.
For example, on a  | 
| verbose | (boolean) show more information during the process | 
| benchmark | (boolean) used to measure the performance of the system,  | 
| det | (int)  | 
| type | (string) what type of plot should be drawn,  | 
| lang | (string) language used to obtain information | 
represent_series("IPC251521", resource = "maps")
represent_series(resource = "maps", help = TRUE)
represent_series("IPC251521", resource = "maps", map_scale = NULL)
represent_series("IPC206449", resource = "plot", nlast = 5)
represent_series("IPC206449", resource = "highcharts", nlast = 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.