return_table_name_from_id {acdcquery}R Documentation

Return table name from ID column name

Description

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.

Usage

return_table_name_from_id(id_name)

Arguments

id_name

The name of the ID column.

Value

The generated table name.


[Package acdcquery version 1.0.1 Index]