Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

dbConnectNASIS

Create a connection to a local NASIS database


Description

Create a connection to a local NASIS database with DBI

Usage

dbConnectNASIS(dsn = NULL)

Arguments

dsn

Optional: path to SQLite database containing NASIS table structure; Default: NULL

Value

A DBIConnection object, as returned by DBI::dbConnect(). If dsn is a DBIConnection, the attribute isUserDefined of the result is set to TRUE. If the DBIConnection is created by the internal NASIS connection process, isUserDefined is set to FALSE.


soilDB

Soil Database Interface

v2.6.1
GPL (>= 3)
Authors
Dylan Beaudette [aut], Jay Skovlin [aut], Stephen Roecker [aut], Andrew Brown [aut, cre]
Initial release
2021-04-7

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.