![[Deprecated]](figures/lifecycle-deprecated.svg)
getIgraphOpt() was renamed to igraph_opt() to create a more
consistent API.
Usage
getIgraphOpt(x, default = NULL)
Arguments
- x
A character string holding an option name.
- default
If the specified option is not set in the options list, this
value is returned. This facilitates retrieving an option and checking
whether it is set and setting it separately if not.