Learn R Programming

RemixAutoML (version 0.4.2)

AutoDataDictionaries: AutoDataDictionaries

Description

AutoDataDictionaries is a function to return data dictionary data in table form

Usage

AutoDataDictionaries(
  Type = "sqlserver",
  DBConnection,
  DDType = 1L,
  Query = NULL,
  ASIS = FALSE,
  CloseChannel = TRUE
)

Arguments

Type

= "sqlserver" is currently the only system supported

DBConnection

This is a RODBC connection object for sql server

DDType

Select from 1 - 6 based on this article

Query

Supply a query

ASIS

Set to TRUE to pull in values without coercing types

CloseChannel

Set to TRUE to disconnect

See Also

Other Database: SQL_ClearTable(), SQL_DropTable(), SQL_Query_Push(), SQL_Query(), SQL_SaveTable(), SQL_Server_BulkPull(), SQL_Server_BulkPush(), SQL_Server_DBConnection(), SQL_UpdateTable()