clearStoredNames {r2shortcode} | R Documentation |
Beware that by clearing all stored names, you may inadventently duplicate new shortnames
clearStoredNames(w = "all")
w |
what to clear |
empty stores for chosen name
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