Skip to contents

Get readable column names from the Vault database compilation. Raw data in the vegVault contains many ID columns (e.g., sample_id, taxon_id, trait_id, etc.). This function will automatically replace these columns with more readable names (e.g., sample_name, taxon_name, trait_name, etc.).

Usage

get_readable_column_names(con, data)

Arguments

con

A connection to the VegVault database.

data

A tibble containing the raw data.

Value

A tibble with readable column names.