prereg (version 0.4.0)

cos_prereg: COS Preregistration Challenge template

Description

Knit a PDF document using the COS Preregistration Challenge questions

Usage

cos_prereg(...)

Arguments

...

additional arguments to pdf_document; template is ignored.

Examples

Run this code
# NOT RUN {
# Create R Markdown file
rmarkdown::draft(
  "my_preregistration.Rmd"
  , "cos_prereg"
  , package = "prereg"
  , create_dir = FALSE
  , edit = FALSE
  )

# Render file
rmarkdown::render("my_preregistration.Rmd")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab