Learn R Programming

toaster (version 0.4.2)

makeTempTableName: Make Aster temporary table name.

Description

Make Aster temporary table name.

Usage

makeTempTableName(prefix = NULL, n = 20, schema = NULL)

Arguments

prefix
Table name will always start with toa_temp_ followed by prefix (if exists).
n
non-negative integer giving number of random characters to include in the name.
schema
Aster database schema table should belong to. Table name generated will always begin with 'toa_temp_' followed by prefix (if not NULL) and n random alpha-numeric characters. Beware that total length can not exceed than 63 (Aster limit on table nam

Value

  • character string suitable for Aster temporary table name

See Also

getTableSummary

Examples

Run this code
tempTableName = makeTempTableName("centroids", 20)

Run the code above in your browser using DataLab