Learn R Programming

prereg (version 0.1.0)

cos_prereg: COS Preregistration Challenge template

Description

Knit a PDF document using the COS Preregistration Challenge template

Usage

cos_prereg(...)

Arguments

...
additional arguments to pdf_document; template is ignored.

Examples

Run this code
# 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")

Run the code above in your browser using DataLab