AutoDataDictionaries: AutoDataDictionaries

View source: R/SQL_Functions.R

AutoDataDictionariesR Documentation

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

Author(s)

Adrian Antico

See Also

Other Database: PostGRE_AppendData(), PostGRE_CreateTable(), PostGRE_GetTableNames(), PostGRE_ListTables(), PostGRE_Query(), PostGRE_RemoveCreateAppend(), PostGRE_RemoveTable(), PosteGRE_CreateDatabase(), PosteGRE_DropDB(), PosteGRE_ListDatabases(), SQL_ClearTable(), SQL_DropTable(), SQL_Query_Push(), SQL_Query(), SQL_SaveTable(), SQL_Server_DBConnection()


AdrianAntico/RemixAutoML documentation built on Feb. 3, 2024, 3:32 a.m.