The BiocProject package is a Bioconductor-oriented project management package. It wraps the generic pepr R package for project metadata.
BiocProject allows you to read in project metadata and data for an entire project with a single line of R code.
Install from GitHub:
devtools::install_github("pepkit/BiocProject")
Read in both the metadata and data by passing your PEP configuration file:
bp = BiocProject(file=ProjectConfig)
For complete documentation and vignettes, see code.databio.org/BiocProject.