get_enrichment_options.family {enrichwith} | R Documentation |
Available options for the enrichment objects of class family
Description
Available options for the enrichment objects of class family
Usage
## S3 method for class 'family'
get_enrichment_options(object, option,
all_options = missing(option))
Arguments
object |
the object to be enriched |
option |
a character vector listing the options for enriching the object |
all_options |
if |
Details
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.
Value
an object of class enrichment_options
Examples
## Not run:
get_enrichment_options.family(option = "all")
get_enrichment_options.family(all_options = TRUE)
## End(Not run)
[Package enrichwith version 0.3.1 Index]