sdr_read_table: Read a SQL Server Table

Description Usage Arguments Value Examples

View source: R/sdr_read_table.R

Description

sdr_list_tables reads the contents of an entire table from a SQL Server database to R.

Usage

1
sdr_read_table(database, server, table)

Arguments

database

string. The database containing the table.

server

string. The server holding the database.

table

string. The table to read data from

Value

null

Examples

1
2
3
4
## Not run: 
sdr_list_tables(database = "DatabaseName", server = "ServerName", table = "TableName")

## End(Not run)

thomascrines/sdrUpload documentation built on Nov. 5, 2019, 10:07 a.m.