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(bsdb.df, includeAlso = NULL)

Arguments

bsdb.df

data.frame produced by importBugSigDB, pre-filtered as desired

includeAlso

character with column names to additionally include in the output table (default = 'NULL')

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)

waldronlab/bugSigSimple documentation built on June 9, 2025, 4:05 p.m.