is_database_view: Returns TRUE if view exist and FALSE if it does not

Description Usage Arguments

View source: R/is_database_view.R

Description

Returns TRUE if view exist and FALSE if it does not

Usage

1
is_database_view(conn, view_name, schema = "DBO")

Arguments

conn

database connection object

view_name

character vector of length one having the name of the view.

schema

character vector of length one having the name of the schema


rmsharp/animalr documentation built on March 10, 2021, 1:12 p.m.