.setShowMethod | R Documentation |
Adds the Project objects display to the default show method
of an Annotated-class
.setShowMethod(returnedObject)
returnedObject |
object of |
The method is defined in the environment in which the function was called,
see: sys.parent
FALSE
if the function was not set
x = S4Vectors::List(c('so','cool'))
metadata(x) = list(PEP=pepr::Project())
.setShowMethod(x)
x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.