Learn R Programming

dataset (version 0.4.1)

get_variable_concepts: 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)

Value

A named list of concept URIs for each variable.

Arguments

x

A dataset_df object.

Examples

Run this code
get_variable_concepts(orange_df)

Run the code above in your browser using DataLab