rep.data.frame: Replicates cases in a data.frame

View source: R/scaling_general.R

rep.data.frameR Documentation

Replicates cases in a data.frame

Description

Replicates cases in a data.frame

Usage

## S3 method for class 'data.frame'
rep(x, times = 1, ...)

Arguments

x

data.frame to replicate

times

number of replications

...

unused

Value

data.frame with cases replicated


manifestoR documentation built on May 29, 2024, 6:02 a.m.