Learn R Programming

pepr (version 0.6.0)

pullProject: Pull a PEP from PEPhub API

Description

This is a helper that creates the project with empty samples and config slots

Usage

pullProject(registryPath = NULL)

Value

an object of "Project"

Arguments

registryPath

a string specifying a registry path from PEPhub

Examples

Run this code
registryPath = 'databio/example:default'
p=pullProject(registryPath)

Run the code above in your browser using DataLab