createStudyTable: Create a table of all studies currently in data.frame

View source: R/describe_curation.R

createStudyTableR Documentation

Create a table of all studies currently in data.frame

Description

Create a table of all studies currently in data.frame

Usage

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()
createStudyTable(full.dat)
## kable_styling(kbl(createStudyTable(full.dat))) #for html styling

waldronlab/bugSigSimple documentation built on Feb. 1, 2024, 12:22 a.m.