clearStoredNames {r2shortcode} | R 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
[Package r2shortcode version 0.2 Index]