View source: R/searchNameSaveName.R
searchNameSaveName | R Documentation |
Carries out a search on the already used shorthand function names and if the new name does not exist, it saves it
searchNameSaveName(withPrefix = NULL, strN.complete, withSuffix = NULL)
withPrefix |
Provide the prefix to use for the function name, could use NULL |
strN.complete |
Provide the function name to search for, and save if feasible |
withSuffix |
Provide the suffix to use for the function name, could use NULL |
Concatenate of search and a boolean
nameToCheck <- 'ObiObianom'
searchNameSaveName(strN.complete= nameToCheck)
searchNameSaveName(strN.complete= nameToCheck)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.