duplicate: Force a Copy of an R Object

Description Usage Arguments

View source: R/copy.R

Description

In R, objects are copied 'lazily'. We use this function to force a copy.

Usage

1

Arguments

x

An R object.


Kmisc documentation built on May 29, 2017, 1:43 p.m.

Related to duplicate in Kmisc...