listViews: List all (temporary) views found in Postgres connection

Description Usage Arguments Value

Description

List all (temporary) views found in Postgres connection

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
listViews(src, schema = "public")

## S3 method for class 'src_dbi'
listViews(src, schema = "public")

## S3 method for class 'DBIConnection'
listViews(src, schema = "public")

## S3 method for class 'src_dbi'
listTables(src, schema = "public")

Arguments

src

A data source

schema

Name of database schema in which to look

Value

A character vector containing names of views found.


dshurick/shurtools documentation built on May 25, 2019, 4:25 p.m.