Create a table of all studies currently in data.frame

createStudyTable(dat)

Arguments

dat

data.frame produced by importBugSigDB, subsetted as desired

Value

a data.frame of basic study information. Can be wrapped in kable_styling(kbl(.)) to format nicely.

Examples

full.dat <- bugsigdbr::importBugSigDB()
#> Using cached version from 2025-03-19 16:39:02
createStudyTable(full.dat)
#> Error in is_null(includeAlso): could not find function "is_null"
## kable_styling(kbl(createStudyTable(full.dat))) #for html styling