Delete existing rows and insert hydrometric sites to database.
upsert_hydro_sites.Rd
Delete existing rows and insert hydrometric sites to database.
Usage
upsert_hydro_sites(
dataset = hydro_sites,
table_name = "hydro_sites",
db_con,
field_identifier = "code_site"
)