View source: R/dbpf_horizon_add.R
dbpf_horizon_add | R Documentation |
Add a collection of (azimuth, horizon) measurements to a location.
dbpf_horizon_add(con, azimuth, horizon, location, time_UTC, mode = "test")
con |
Database connection object, as returned by |
azimuth |
integer vector of azimuths relative to true north [numeric] |
horizon |
vector of horizon angles corresponding to azimuths provided in |
location |
Name of a single location at which the horizon measurements were taken. [character] |
time_UTC |
(optional) When the issue was discovered. If not provided the current time is used. [POSIXct] |
mode |
Should data be inserted into DB? Defaults to 'test' so that only testing information is returned. To insert: 'insert' |
Adds a collection of horizon measurements (i.e. (azimuth, horizon) pairs) to the database for a particular location.
Nick Brown <nick.brown@carleton.ca>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.