return_id_name_from_table {acdcquery} | R Documentation |
Return ID column name from table name
Description
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.
Usage
return_id_name_from_table(table_name)
Arguments
table_name |
The name of the table. |
Value
The generated ID column name.
[Package acdcquery version 1.0.1 Index]