create_updated_vri_bem.Rd
Creates the updated vri-bem object
create_updated_vri_bem(
vri,
bem,
rivers,
wetlands,
beu_bec_csv,
beu_wetland_update_csv,
rules_dt,
clear_site_ma = TRUE,
use_ifelse = TRUE,
return_intersection_dt = FALSE,
verbose = TRUE
)
sf object of vri
sf objects of bem
sf object of rivers
sf object of wetlands
data.table of beu_bec_csv
data.table of wetlands correction csv
data.table of rules for improvement of beu
boolean, if TRUE variable SITE_M1A, SITE_M2A will be cleared
boolean, if TRUE correction done after the combine_duplicated_BEUMC will only be applied on rows that were not affected by the correction of duplicated BEUMC
Boolean, if TRUE will return a list that contains the sf object and the intersection data.table of VRI and BEM
boolean , if TRUE function will return message to indicate progress throughout the function execution
sf object updated vri-bem