sampleTable | R Documentation |
"Project"
This method can be used to view the samples slot
of the "Project"
class
sampleTable(object)
## S4 method for signature 'Project'
sampleTable(object)
object |
an object of |
a data.table with the with metadata about samples
sampleTable(Project)
: extract sample table from a "Project"
projectConfig = system.file("extdata", "example_peps-master",
"example_amendments1", "project_config.yaml", package="pepr")
p=Project(projectConfig)
sampleTable(p)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.