View source: R/set_carnival_options.R
checkOptionsValidity | R Documentation |
Checks if provided option names are valid.
checkOptionsValidity(solver = getSupportedSolvers()$lpSolve, ...)
solver |
one of the solvers available from getSupportedSolvers(). |
... |
any possible options from the solver's list |
TRUE/FALSE depending on the status of the checks
checkOptionsValidity(solver="lpSolve")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.