- Notifications
You must be signed in to change notification settings - Fork1
Project metadata manager for PEPs in R
License
NotificationsYou must be signed in to change notification settings
pepkit/pepr
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
pepr is an R package for readingPortable Encapsulated Projects, orPEPs, in R. If you describe your project (configuration and samples) according to this format, you can load all project metadata into R using thepepr package. To testpepr, you can try loading one of theexample PEPs.
Complete documentation and API for thepepr R package is atcode.databio.org/pepr.
Install fromCRAN:
install.packages("pepr")Load a project and explore metadata like this:
library("pepr")cfgPath= system.file("extdata","example_peps-master","example_basic","project_config.yaml",package="pepr" )p= Project(file=cfgPath)sampleTable(p)config(p)
About
Project metadata manager for PEPs in R
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.