AutoDataDictionaries is a function to return data dictionary data in table form
AutoDataDictionaries(
Type = "sqlserver",
DBConnection,
DDType = 1L,
Query = NULL,
ASIS = FALSE,
CloseChannel = TRUE
)
= "sqlserver" is currently the only system supported
This is a RODBC connection object for sql server
Select from 1 - 6 based on this article
Supply a query
Set to TRUE to pull in values without coercing types
Set to TRUE to disconnect
Other Data Wrangling:
ColumnSubsetDataTable()
,
DataDisplayMeta()
,
FakeDataGenerator()
,
FullFactorialCatFeatures()
,
SQL_ClearTable()
,
SQL_DropTable()
,
SQL_Query_Push()
,
SQL_Query()
,
SQL_SaveTable()
,
SQL_Server_DBConnection()
,
SQL_UpdateTable()
,
TimeSeriesMelt()