read_labels_file: Read a 'GCAE' labels file

View source: R/read_labels_file.R

read_labels_fileR Documentation

Read a GCAE labels file

Description

Read a GCAE labels file

Usage

read_labels_file(labels_filename)

Arguments

labels_filename

path to a .csv file containing super- and -population labels, as can be read by read_labels_file

Value

a labels_table, as can be checked by check_labels_table

Note

GCAE does not save this data with column names.

Author(s)

Richèl J.C. Bilderbeek

See Also

use save_labels_table to save a labels_table

Examples

labels_filename <- get_gcaer_filename("gcae_input_files_1_labels.csv")
read_labels_file(labels_filename)

richelbilderbeek/gcaer documentation built on March 25, 2024, 3:08 p.m.