
Function to download official damage functions ecologie.gouv
download_damage.Rddownload_damage() downloads official damage functions for agriculture or
housing from the French government's website "ecologie.gouv".
Arguments
- damage
character, type of damage function to download. Must be either
c("agriculture", "logements").- destination
character, destination directory for the downloaded file. Default to
tempdir()- verbose
boolean, should the function give some sumup informations. Default to TRUE
Examples
if (FALSE) { # \dontrun{
download_damage(damage = "agriculture")
download_damage(damage = c("agriculture", "logements"))
} # }