Description Usage Arguments Value
View source: R/get_additional_information.R
This function takes three paths and returns an object of type sf with all the columns from the LPM_shapefile
specified in the parameter keep_lm
1 2 3 4 5 6 7 8 | get_additional_information(
iffi10 = NULL,
path_LPM_shape = "\\\\projectdata.eurac.edu/projects/Proslide/Landslides/Iffi_db_xxxx_to_2018/exportperEurac2020/Shapefiles/LPM_Akten.shp",
path_stato = "\\\\projectdata.eurac.edu/projects/Proslide/Landslides/Iffi_db_xxxx_to_2018/exportperEurac2020/database/Stato delle conoscenze.xls",
keep_lpm = c("ACCGE_IDEN", "GEOKAT_ID", "OGGETTO")
)
|
path_LPM_shape |
Path to the LPM shapefile |
keep_lpm |
Vector of columns from the lpm shapefile that we want to keep |
path_IFFI10 |
Path to the IFFI10 shapefile |
dsdf |
an object of type sf
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.