powered by
Returns the dataset keys for a given dataset
get_keys(metacode, dataset)
a 2-column tibble with dataset key variables and key sequence
metacore object
A dataset name
if (FALSE) { meta_ex <- spec_to_metacore(metacore_example("p21_mock.xlsx")) get_keys(meta_ex, "AE") get_keys(meta_ex, AE) }
Run the code above in your browser using DataLab