sqlQuery64 | R Documentation |
Wrapper function for RODBC:sqlQuery to send queries to the NWOS database from a 64-bit R session
sqlQuery64(query)
query |
is a string containing the text of the SQL query to be sent to the NWOS DB |
This function must be run on a machine with an ODBC connection (32-bit) to the USFS FIA production database through a user with read permissions.
a dataframe containing the return from the SQL query
sqlQuery64(query='SELECT * FROM FS_NWOS.FIELDS')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.