View source: R/dbpf_export_csv_NWT.R
| dbpf_export_csv_NWT | R Documentation | 
Downloads data from the database in a csv format that approximates the NTGS xlsx file standard for ground temperature data.
dbpf_export_csv_NWT(
  con,
  location_name,
  project_name,
  file_name,
  project_number,
  freq = "daily"
)
| con | Database connection object, as returned by dbpf_con() | 
| location_name | Character, name of site for which data is to be desired. Used to query the database. | 
| project_name | Character, used in file header metadata | 
| file_name | Character, path to a csv file to be written | 
| project_number | Character, used in file header metadata | 
| freq | Character, one of ('daily', 'hourly'). Interval at which data is to be aggregated from the database. | 
None
Nick Brown <nick.brown@carleton.ca>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.