View source: R/check_table_name.R
check_table_name | R Documentation |
Check if the argument can be used as a table name
check_table_name(table_name)
table_name |
R object to be checked for usage as a table name |
try(check_table_name(c("more", "than", "one", "string"))) try(check_table_name("one_is_ok"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.