View source: R/process_evavelo.R
process_evavelo | R Documentation |
Process an eva-velo file or evadata object
process_evavelo(file, check = TRUE)
file |
an evadata object obtained with read_evavelo() or an xlsx file, Workbook object or URL to xlsx file |
check |
a boolean. Is data checked before being processed. This value can be set to FALSE if you already used check_evavelo() and don't want to run it twice |
This function works with a lot of different 'file' input. If an excel file is passed as input, this function will internally call 'read_evavelo()' and 'geocode_evavelo()'. An evadata object or even an already geocoded object can be used as an input.
This function will do the followings
Compute distances between cities
Compute categorie_corrige field
a list of data.frames with variables that have been changed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.