create_codebook: Create a Data Codebook

Description Usage Arguments Details Value See Also Examples

Description

Creates an Rmd file using the parameterized Rmd template "codebook"

Usage

1
create_codebook(data, filename, output_dir = "auto", overwrite = FALSE)

Arguments

data

The dataframe to export and parse

filename

The file name (with no extension) to export the codebook & data file as

output_dir

The directory to put the file, Default: the "intermediate" directory inside of open_data using puddingR structure

overwrite

Whether to overwrite the file if it already exists, Default: FALSE

Details

DETAILS

Value

OUTPUT_DESCRIPTION

See Also

render

Examples

1
2
3
4
## Not run: 
create_codebook(mtcars, "cars")

## End(Not run)

the-pudding/puddingR documentation built on June 25, 2019, 12:15 a.m.