Learn R Programming

acdcquery (version 1.1.1)

get_column_names: 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)

Value

A data frame containing the column names and corresponding table names.

Arguments

conn

The connection object or database connection string.