powered by
A graphical user interface (GUI) for renaming values in a vector of character strings.
Rename(names = NULL, cur.name = NULL, win.title = NULL, parent = NULL)
character. Vector of character strings
character. Sets the combo box value, name must be included in names.
names
character. String to display as the title of the dialog box.
tkwin. GUI parent window
Returns a character vector with updated values of names.
# NOT RUN { Rename(names = c("Name1", "Name2", "Name3"), cur.name = "Name2") # } # NOT RUN { # }
Run the code above in your browser using DataLab