GetDefault | R Documentation |
The value may be found in a spec.
See PackageSpecs
.
GetDefault(fun, parameter, ifnotfound = NULL)
fun |
A function |
parameter |
parameter name |
ifnotfound |
The result is evaluated if is.name
returns TRUE
.
The default parameter, possibly evaluated.
fun1 <- GetDefault(GaussSuppressionFromData, "candidates")
fun2 <- GetDefault(SuppressFewContributors, "primary")
fun3 <- GetDefault(SuppressDominantCells, "primary")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.