Description Usage Arguments Value Examples
After setting up an open database connection (ODBC), this function calls the Transformative Wave server. Uses the ROBDC package.
1 | query(site, start_date, end_date, variables, password)
|
site |
Site name string like "Altoona". Must have id entry inside function. |
start_date |
start date string like "09-01-2017" |
end_date |
end date string like "09-01-2017" |
variables |
comma separated string like str_c("eq_id", "Timestamp", "UnitKw", "OATemp", sep = ", ") |
password |
the database password |
A dataframe resulting from the SQL query
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.