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

pullProject(registryPath = NULL)

Arguments

registryPath

a string specifying a registry path from PEPhub

Value

an object of "Project"

Examples

if (FALSE) { # \dontrun{
# Requires network access to the PEPhub API
registryPath = 'databio/example:default'
p = pullProject(registryPath)
} # }