get_keys | R Documentation |
Returns the dataset keys for a given dataset
get_keys(metacode, dataset)
metacode |
metacore object |
dataset |
A dataset name |
a 2-column tibble with dataset key variables and key sequence
## Not run:
meta_ex <- spec_to_metacore(metacore_example("p21_mock.xlsx"))
get_keys(meta_ex, "AE")
get_keys(meta_ex, AE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.