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

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

Value

OUTPUT_DESCRIPTION

Details

DETAILS

See also

Examples

# NOT RUN {
create_codebook(mtcars, "cars")
# }