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