dbWriteTable_person: Insert data into 'person' table

Description Usage Arguments Value See Also Examples

View source: R/db_write.R

Description

Insert data into person table

Usage

1
dbWriteTable_person(conn, pers_name, pers_comment = NULL)

Arguments

conn

Database connection.

pers_name

Character vector of person name.

pers_comment

Character vector of additional information.

Value

Data frame of newly added rows.

See Also

Other custom dbWriteTable functions: dbAddCorrection_station_adlershof(), dbAddCorrection_station_patagonia(), dbAdd_calibration_state(), dbAdd_device_model(), dbAdd_device(), dbAdd_integration(), dbAdd_measurand(), dbAdd_physical_quantity(), dbAdd_station_adlershof(), dbAdd_station_patagonia(), dbWriteTable_device_manufacturer(), dbWriteTable_device_type(), dbWriteTable_integration_type(), dbWriteTable_quality_flag(), dbWriteTable_site()

Examples

1
2
3
4
5
6
## Not run: 
con <- dbConnect_klimageo()
dbWriteTable_person(con, "Maxi Mueller")
dbDisconnect(con)

## End(Not run)

sebschub/klimageodb documentation built on Sept. 25, 2021, 4:16 p.m.