dbpf_tables: Returns names of all tables within DB

View source: R/dbpf_tables.R

dbpf_tablesR Documentation

Returns names of all tables within DB

Description

Basic information on permafrost database @ Carleton University

Usage

dbpf_tables(con)

Arguments

con

Database connection object, as returned by dbpf_con()

Details

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.

Value

List of tables in the DB

Author(s)

Stephan Gruber <stephan.gruber@carleton.ca>

Examples

## Not run: 
tab <- dbpf_tables()

## End(Not run)

geocryology/PermafrostDB documentation built on April 17, 2025, 11:54 a.m.