Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Project metadata manager for PEPs in R

License

NotificationsYou must be signed in to change notification settings

pepkit/pepr

Repository files navigation

DownloadsCRANR-CMD-checkcodecovPEP compatible

Thepepr package: Portable Encapsulated Projects in R

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.

Quick start:

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

Stars

Watchers

Forks

Packages

No packages published

Contributors4

  •  
  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp