searchNameSaveName: Search for the existence of a name and save if unavailable

Description Usage Arguments Value Examples

View source: R/searchNameSaveName.R

Description

Carries out a search on the already used shorthand function names and if the new name does not exist, it saves it

Usage

1
searchNameSaveName(withPrefix = NULL, strN.complete, withSuffix = NULL)

Arguments

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

Value

Concatenate of search and a boolean

Examples

1
2
3
nameToCheck <- 'ObiObianom'
searchNameSaveName(strN.complete= nameToCheck)
searchNameSaveName(strN.complete= nameToCheck)

r2shortcode documentation built on July 2, 2020, 4:15 a.m.