dbpf_fields | R Documentation |
Basic information on permafrost database @ Carleton University
dbpf_fields(con, tables = "")
con |
Database connection object, as returned by |
tables |
Character string or vector of table name(s). If empty, fields for all tables are returned. Default is tables="". |
These simple functions return all data as data frames. When making a query many times, optimise the SQL statement to only request the data you actually need.
List of all fields for all tables in DB
Stephan Gruber <stephan.gruber@carleton.ca>
## Not run:
con <- dbpf_con()
fds_o <- dbpf_fields(tables = "observations")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.