Learn R Programming

omopgenerics (version 1.1.1)

uniqueTableName: Create a unique table name

Description

Create a unique table name

Usage

uniqueTableName(prefix = "")

Value

A string that can be used as a dbplyr temp table name

Arguments

prefix

Prefix for the table names.

Examples

Run this code
library(omopgenerics)
uniqueTableName()

Run the code above in your browser using DataLab