df2info: data.frame to Data Dictionary

View source: R/toinfo.R

df2infoR Documentation

data.frame to Data Dictionary

Description

Convert data.frame to data dictionary

Usage

df2info(df)

Arguments

df

data.frame with variable meta-data

Value

list

Examples

dd <- script2info(system.file("examples", "ex_script.R", package = "rcmoonpie"))
df <- dd2df(dd)
dd_alt <- df2info(df)
all.equal(dd, dd_alt)


couthcommander/rcmoonpie documentation built on May 17, 2022, 12:35 a.m.