Update value used for extrapolation based on esane data base

update_esane(
  path = file.path("data", "INSEE", "esane"),
  path_output = file.path(update_path(type = "activity")[["extrapolation"]], "esane.csv"),
  base = utils::read.csv2("data-floodam/extrapolation/activity/esane/typology.csv"),
  transport = utils::read.csv2("output-floodam/analysis/esane/transport.csv", row.names =
    1)
)

Arguments

path

where to find the data

path_output

where to write the data

base

base typology

transport

data on transport

Value

updated data used for extrapolation