create_dic: Dictionary

View source: R/dic.R

create_dicR Documentation

Dictionary

Description

create_dic() Creates a data.frame dictionary identifying column id (with cleaned variable names), label and homodatum variable type

Usage

create_dic(d, frtype = NULL)

Arguments

d

The data set for which the user is creating the dictionary for

frtype

pre-defined fringe types (check available_hdTypes() for the complete list)

Value

a data frame with three columns: id, label and hdType

Examples

d <- mtcars
new_dic <- create_dic(d)

jpmarindiaz/homodatum documentation built on May 1, 2023, 7:24 p.m.