View source: R/return_table_name_from_id.R
return_table_name_from_id | R Documentation |
This function generates the table name based on the provided ID column name. It replaces the "id" suffix with "table" to obtain the table name.
return_table_name_from_id(id_name)
id_name |
The name of the ID column. |
The generated table name.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.