config,Annotated-method | R Documentation |
Project-class
This method can be used to view the config slot of
the Project-class
or Annotated-class
## S4 method for signature 'Annotated'
config(object)
object |
an object of |
a list with the config file
projectConfig = system.file('extdata', 'example_peps-master',
'example_BiocProject', 'project_config.yaml', package='BiocProject')
p=BiocProject(projectConfig)
config(p)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.