Skip to contents

A convenience function for making non-repeating items

Usage

make_simple_df(property, value)

Arguments

property

string. Metadata group and variable name

value

A value for that property.

Value

data frame. A data frame that conforms to non-repeatable structure in template.

Examples

language_df <- make_simple_df(property = "language", value = "fr")