rename {rsat}R Documentation

Renames an rtoi

Description

Renames all parameters and folder name of an rtoi.

Usage

rename(x, newname)

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

Arguments

x

an rtoi object

newname

a character class to rename the rtoi.

Value

nothing. the changes the internal name of the rtoi

Examples

## Not run: 
myrtoi <- read_rtoi("file_path/rtoir_name")
rename(myrtoi, "Navarre_BACK")

## End(Not run)

[Package rsat version 0.1.21 Index]