get_table_name | R Documentation |
Takes table code or name as input and returns table name or code
get_table_name(table_name, prefix = TRUE)
table_name |
String with table name or code |
prefix |
Boolean, should result include "df_" prefix or not |
Table name (e.g. df_21311LJ139), or code (e.g. 21311LJ139)
get_table_name(tables[[1, "tablename"]])
get_table_name(tables[[1, "tablename"]], prefix = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.