powered by
rtoi
Renames all parameters and folder name of an rtoi.
rename(x, newname)# S4 method for rtoi,character rename(x, newname)
# S4 method for rtoi,character rename(x, newname)
nothing. the changes the internal name of the rtoi
an rtoi object
a character class to rename the rtoi.
if (FALSE) { myrtoi <- read_rtoi("file_path/rtoir_name") rename(myrtoi, "Navarre_BACK") }
Run the code above in your browser using DataLab