Get a Datashield method of a given type by its name.
1 2 3 4 5 6 7 | datashield.method(opal, name, type = "aggregate")
## S3 method for class 'opal'
datashield.method(opal, name, type = "aggregate")
## S3 method for class 'list'
datashield.method(opal, name, type = "aggregate")
|
opal |
Opal object or list of opal objects. |
name |
Name of the method |
type |
Type of the method: "aggregate" (default) or "assign". |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.