Learn R Programming

rsat (version 0.1.21)

rename: Renames an rtoi

Description

Renames all parameters and folder name of an rtoi.

Usage

rename(x, newname)

# S4 method for rtoi,character rename(x, newname)

Value

nothing. the changes the internal name of the rtoi

Arguments

x

an rtoi object

newname

a character class to rename the rtoi.

Examples

Run this code
if (FALSE) {
myrtoi <- read_rtoi("file_path/rtoir_name")
rename(myrtoi, "Navarre_BACK")
}

Run the code above in your browser using DataLab