rmmSuggest | R Documentation |
Supply fields to receive suggested inputs
rmmSuggest(charString, fullFieldDepth = FALSE)
charString |
string referencing fields of the form 'field1$field2' or 'field1$field2$field3', etc. |
fullFieldDepth |
print all fields below the current field depth rmm1 <- rmmTemplate() rmmSuggest('dataPrep',fullFieldDepth=FALSE) rmmSuggest('dataPrep',fullFieldDepth=TRUE) rmmSuggest('dataPrep$errors$duplicateRemoval') rmmSuggest('dataPrep$errors$duplicateRemoval$rule') rmmSuggest('model') rmmSuggest('modelFit$algorithmSettings$') rmmSuggest('modelFit$algorithmSettings$maxent$') rmmSuggest('$modelFit$algorithmSettings$maxent$featureSet') |
See Examples.
list of suggestions
Cory Merow <cory.merow@gmail.com>, Brian Maitner <bmaitner@gmail.com>,
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.