script2info: R script to Data Dictionary

View source: R/toinfo.R

script2infoR Documentation

R script to Data Dictionary

Description

Convert R script to a data dictionary

Usage

script2info(file, txt = NULL)

Arguments

file

character string naming the file to read with scan

txt

character string used as an alternative to reading

Value

list

Examples

dd <- script2info(system.file("examples", "ex_script.R", package = "rcmoonpie"))
dd2df(dd)


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