rename: Renames an 'rtoi'

renameR 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)

rsat documentation built on March 18, 2022, 5:40 p.m.