Description Usage Arguments Details Value Examples
Function to set location of statistic tables.
1 | tdMetadataDB(database)
|
database |
name of database where metadata like statistics tables will be found. |
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.
Returns the database name if set; otherwise NA.
1 2 3 4 | ## Not run:
tdMetadataDB("MetaDB")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.