new_codebook_rmd {codebook}R Documentation

Create a codebook rmarkdown document

Description

This function will create and open an .Rmd file in the current working directory. By default, the file is named codebook.Rmd. No files will be overwritten. The .Rmd file has some useful defaults set for creating codebooks.

Usage

new_codebook_rmd(filename = "codebook", template = "default")

Arguments

filename

under which file name do you want to create a template

template

only "default" exists for now

Examples

## Not run: 
new_codebook_rmd()

## End(Not run)


[Package codebook version 0.9.2 Index]