get_column_names: Returns a character vector containing all of the column names...

Description Usage Arguments

View source: R/animalr.R

Description

Returns a character vector containing all of the column names of for the specified table.

Usage

1
get_column_names(conn, table_name, owner = "DBO")

Arguments

conn

database connection

table_name

character vector with the name of the table

owner

character vector of length 1 having the database schema owner. Defaults to "DBO".


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