Learn R Programming

cleanepi (version 1.1.0)

dictionary_make_metadata: Make data dictionary for 1 field

Description

Make data dictionary for 1 field

Usage

dictionary_make_metadata(x, field_column)

Value

A <data.frame> with the dictionary in the format that is accepted by the matchmaker package.

Arguments

x

A <vector> of choices from the input data

field_column

A <character> with the name of the field where the choices are made.