prereg (version 0.4.0)

vantveer_prereg: van 't Veer & Giner-Sorolla Preregistration template

Description

Knit a PDF document using the questions suggested by van 't Veer and Giner-Sorolla (2016) for social psychologists

Usage

vantveer_prereg(...)

Arguments

...

additional arguments to pdf_document; template is ignored.

References

van 't Veer, A. E., & Giner-Sorolla, R. (2016). Pre-registration in social psychology---A discussion and suggested template. Journal of Experimental Social Psychology, 67, 2--12. doi: 10.1016/j.jesp.2016.03.004

Examples

Run this code
# NOT RUN {
# Create R Markdown file
rmarkdown::draft(
  "my_preregistration.Rmd"
  , "vantveer_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