tdMetadataDB: Set metadata database

Description Usage Arguments Details Value Examples

View source: R/tdMetadataDB.R

Description

Function to set location of statistic tables.

Usage

1
tdMetadataDB(database)

Arguments

database

name of database where metadata like statistics tables will be found.

Details

This function sets a global variable 'tdMetadata' which is used for certain statistical tests. When this value isn't present other functions will try and search for the tables in your Teradata system. This function helps reduce search queries. Sending a NULL value will remove this variable from the global list and clear it.

Value

Returns the database name if set; otherwise NA.

Examples

1
2
3
4
## Not run: 
tdMetadataDB("MetaDB")

## End(Not run)

nonsleepr/teradataR documentation built on May 23, 2019, 9:32 p.m.