upsert_locations: Location upsert

Description Usage Arguments Value See Also Examples

View source: R/upsert_locations.R

Description

Upserts location tables to the NaTron database.

Usage

1
upsert_locations(location_data, conn)

Arguments

location_data

Location table to be upserted/uploaded to NaTron (see ?location_table)

conn

Database connection object with write permissions (see ?natron_connect). It's the connection object that determines if the data is upserted to the sandbox or not.

Value

Pushes and upserts data to database. Returns nothing.

See Also

Other upsert functions: upsert_events, upsert_occ

Examples

1
2
3
4
## Not run: 
upsert_location(location_data = myLocationTable, conn = myConnection)

## End(Not run)

NTNU-VM/natronbatchupload documentation built on Oct. 12, 2019, 5:49 a.m.