Description Usage Arguments Value See Also Examples
Insert data into device_manufacturer table
| 1 | dbWriteTable_device_manufacturer(conn, devman_name, devman_comment = NULL)
 | 
| conn | Database connection. | 
| devman_name | String vector of name of device manufacturer. | 
| devman_comment | String vector of additional comments. | 
Data frame of newly added rows.
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_type(),
dbWriteTable_integration_type(),
dbWriteTable_person(),
dbWriteTable_quality_flag(),
dbWriteTable_site()
| 1 2 3 4 5 6 | ## Not run: 
con <- dbConnect_klimageo()
dbWriteTable_device_manufacturer(con, "TSI")
dbDisconnect(con)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.