get_column_names {acdcquery} | R Documentation |
Get column names from database tables
Description
This function retrieves the column names from all tables in the specified database connection.
Usage
get_column_names(conn)
Arguments
conn |
The connection object or database connection string. |
Value
A data frame containing the column names and corresponding table names.
[Package acdcquery version 1.0.1 Index]