nameAlreadyExists {r2shortcode} | R Documentation |
Does name already exist in memory?
Description
Evaluates if a name has already been saved by the r2shortcode. Keep in mind that if you previously used the clear function, previously saved names will be cleared
Usage
nameAlreadyExists(name)
Arguments
name |
The name to lookup |
Value
TRUE or FALSE
Examples
nameToCheck <- 'Obinna'
nameAlreadyExists(nameToCheck)
[Package r2shortcode version 0.2 Index]