mv: Rename an R object.

Description Usage Arguments Author(s) Examples

Description

Rename an R object.

Usage

1
mv(from, to)

Arguments

from

The name of an R object, with or without quotes.

to

The new name, with or without quotes.

Author(s)

Jean Lobry

Examples

1
2
3
4
5
bla <- 2
ls()
mv(bla, bli)
bli
ls()

basille/basr documentation built on May 11, 2019, 8:32 p.m.