summaryGdd: Return database level GDD Info

Description Usage Arguments Details Value Examples

Description

This function returns a data.frame indicating all tables, columns and the number of rows within a GDD database.

Usage

1

Arguments

con

GDD database connection.

Details

Return information about the Postgres GDD database.

Value

A data.frame

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## Not run: 
library(geodiveR)
library(RPostgreSQL)
  con <- dbConnect(drv = "PostgreSQL",
                   user = "postgres",
                   password = "postgres",
                   host = "localhost",
                   port = "5432",
                   dbname = "deepdive")
 summary(con)

## End(Not run)

EarthCubeGeochron/geodiveR documentation built on May 25, 2019, 8:29 p.m.