Extract agricultural information building (layer in BD TOPO)
extract_building_agricultural.Rd
The function 'extract_building_agricultural' extracts polygons corresponding to agricultural buildings from an sf object that should come from 'extract_building' use.
Usage
extract_building_agricultural(
origin,
destination,
archive,
journal = TRUE,
map = TRUE,
retrieve = FALSE,
verbose = TRUE
)
Arguments
- origin
character, path to the directory where archive are stored.
- destination
character, path to the directory where results should be saved.
- archive
character, vector of archive to be adpated.
- journal
logical, should a journal file be saved.
- map
logical, should a map be plotted (for check purpose).
- retrieve
logical, should the result be returned.
- verbose
logical, should the function give some sumup informations.