Description Usage Arguments Details Value Examples
Available options for the enrichment objects of class link-glm
1 2 3 | ## S3 method for class ''link-glm''
get_enrichment_options(object, option,
all_options = missing(option))
|
object |
the object to be enriched |
option |
a character vector listing the options for enriching the object |
all_options |
if |
A check is being made whether the requested option is available. No check is being made on whether the functions that produce the components exist.
an object of class enrichment_options
1 2 3 4 5 | ## Not run:
`get_enrichment_options.link-glm`(option = "all")
`get_enrichment_options.link-glm`(all_options = TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.