Learn R Programming

r2shortcode (version 0.2)

clearStoredNames: Clears previously stored names

Description

Beware that by clearing all stored names, you may inadventently duplicate new shortnames

Usage

clearStoredNames(w = "all")

Value

empty stores for chosen name

Arguments

w

what to clear

Examples

Run this code
nametostore = "ujuo"
storeChosenName(nametostore) #store the chosen name
nameAlreadyExists(nametostore) #check if the chosen name now exists in store
clearStoredNames("all") #clear storage of all names
nameAlreadyExists(nametostore) #check if the chosen name now exists in store, it should not

Run the code above in your browser using DataLab