process_evavelo: Process an eva-velo file or evadata object

View source: R/process_evavelo.R

process_evaveloR Documentation

Process an eva-velo file or evadata object

Description

Process an eva-velo file or evadata object

Usage

process_evavelo(file, check = TRUE)

Arguments

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

Details

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

Value

a list of data.frames with variables that have been changed


JMPivette/evavelo documentation built on April 8, 2023, 4:20 p.m.