View source: R/describe_curation.R
createStudyTable | R Documentation |
Create a table of all studies currently in data.frame
createStudyTable(bsdb.df, includeAlso = NULL)
bsdb.df |
|
includeAlso |
|
a data.frame of basic study information. Can be wrapped in kable_styling(kbl(...)) to format nicely.
full.dat <- bugsigdbr::importBugSigDB()
createStudyTable(full.dat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.