db_column_info: Creates a tibble with information about the columns from a...

Description Usage Arguments Value Examples

Description

Creates a tibble with information about the columns from a SQL query

Usage

1
db_column_info(conn, statement, query = FALSE)

Arguments

conn:

Connection to database. Can used assigned output from function connectR for the connection.

statement:

SQL query

Value

A Tibble containing column information from a SQL query

Examples

1
2
3
 #Creates a tibble/ data.frame with information about
  the columns in a SQL query
   db_column_info(post,"select * from Testtable")

DyfanJones/connectR documentation built on May 23, 2019, 10:32 p.m.