Function to build study hub

buildStudyHub(
  projectPath = here::here(),
  logoPath = NULL,
  footer = NULL,
  backgroundColor = "#336B91"
)

Arguments

projectPath

path to ohdsi study

logoPath

a path to a logo png to use in the quarto website, defaults to ohdsi logo from Ulysses inst.

footer

add a footer to the study Hub

backgroundColor

change background color, defaults to OHDSI blue #336B91

Value

builds a _site folder in documenation that holds the html website