Simply pull column names for a specified table. You can either pull the default columns assigned to a table or all columns.

exo_columns(table = "exoplanets", cols = "default", quiet = FALSE)

Arguments

table

The name of the table, see exo_tables for all available table names.

cols

Either "default" for default columns, "all" for all columns, defaults to "default".

quiet

If FALSE, suppress query message.

Value

A character vector containing column names for the respective table