clearStoredNames: Clears previously stored names

View source: R/chooseShortName.R

clearStoredNamesR Documentation

Clears previously stored names

Description

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

Usage

clearStoredNames(w = "all")

Arguments

w

what to clear

Value

empty stores for chosen name

Examples

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


r2shortcode documentation built on May 29, 2024, 4:58 a.m.