powered by
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)
Concatenate of search and a boolean
Provide the prefix to use for the function name, could use NULL
Provide the function name to search for, and save if feasible
Provide the suffix to use for the function name, could use NULL
nameToCheck <- 'ObiObianom' searchNameSaveName(strN.complete= nameToCheck) searchNameSaveName(strN.complete= nameToCheck)
Run the code above in your browser using DataLab