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)
table | The name of the table, see |
---|---|
cols | Either "default" for default columns, "all" for all columns, defaults to "default". |
quiet | If FALSE, suppress query message. |
A character vector containing column names for the respective table