Learn R Programming

r2shortcode (version 0.2)

nameAlreadyExists: 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)

Value

TRUE or FALSE

Arguments

name

The name to lookup

Examples

Run this code
nameToCheck <- 'Obinna'
nameAlreadyExists(nameToCheck)

Run the code above in your browser using DataLab