unique_table_name | R Documentation |
This function is heavily inspired by the unexported dbplyr function unique_table_name
unique_table_name(scope = "SCDB")
scope |
( |
A character string for a table name based on the given scope parameter
print(unique_table_name()) # SCDB_001
print(unique_table_name()) # SCDB_002
print(unique_table_name("test")) # test_001
print(unique_table_name("test")) # test_002
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.