adm_read_table: Read a SQL Server Table

Description Usage Arguments Value Examples

View source: R/adm_read_table.R

Description

adm_read_table reads the contents of a SQL Server database table to R.

Usage

1
adm_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: 
adm_read_table(database = "DatabaseName", server = "ServerName", table = "TableName")

## End(Not run)

thomascrines/admStructuredData documentation built on March 5, 2020, 3:20 a.m.