JHSPH IRB Documents Template

The Leek group is writing IRB submissions to PHIRST more frequently. The auto-formatting for the IRB docs makes them somewhat difficult to write. Here we will be posting R markdown templates for these docs for members of the Leek group and others to use when submitting IRB forms. There is no guarantee they will continue to match the formatting required by the JHSPH IRB.

research-plan-template.Rmd

This is the template for new data collection research plans. The document will be rendered as a Word document by default. For the purpose of editing it may make more sense to change the document type to html_document and to use the xaringan package for continuous rendering.

library(flextable)
library(tibble)
library(xaringan)
xaringan::infinite_moon_reader("research-plan-template.Rmd")