get_variable_concepts {dataset} | R Documentation |
Get concepts for all variables in a dataset_df
Description
Returns a named list of concept URIs (or NULLs) for all variables.
Usage
get_variable_concepts(x)
Arguments
x |
A |
Value
A named list of concept URIs for each variable.
Examples
get_variable_concepts(orange_df)
[Package dataset version 0.3.9 Index]