prereg (version 0.4.0)

aspredicted_prereg: AsPredicted.org template

Description

Knit a PDF document using the AsPredicted.org questions

Usage

aspredicted_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"
  , "aspredicted_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 DataCamp Workspace