View source: R/chooseShortName.R
clearStoredNames | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.