sqlQuery64: sqlQuery64

View source: R/sqlQuery64.R

sqlQuery64R Documentation

sqlQuery64

Description

Wrapper function for RODBC:sqlQuery to send queries to the NWOS database from a 64-bit R session

Usage

sqlQuery64(query)

Arguments

query

is a string containing the text of the SQL query to be sent to the NWOS DB

Details

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.

Value

a dataframe containing the return from the SQL query

Examples

sqlQuery64(query='SELECT * FROM FS_NWOS.FIELDS')


familyforestresearchcenter/nwos documentation built on April 12, 2025, 11:54 a.m.