get_table_info: Get table info

Description Usage Arguments Value Note Examples

View source: R/functions.R

Description

This function retrieves basic info about table.

Usage

1
get_table_info(connectionString, sqltabname)

Arguments

connectionString

Connection string to SQL server.

sqltabname

SQL table name.

Value

Returns data.frame and data.table object.

Note

How to set up SQL Server connection string see set_connString.

Examples

1
2
3
4
## Not run: 
get_table_info(connectionString, "dbo.tableName")

## End(Not run)

martinkabe/RSQLS documentation built on June 19, 2020, 8:47 a.m.