Learn R Programming

hablar (version 0.3.2)

repeat_df: repeat_df

Description

Repeats a data frame n times. Useful for testing on large data frames.

Usage

repeat_df(.df, n, id = NULL)

Value

a vector of the integers 1, 0 and NA (if not dummy_ is used).

Arguments

.df

a data frame

n

times the data frame should be repeated

id

a character element that creates a column with a number for each repetition

See Also

vignette("hablar")

Examples

Run this code
repeat_df(mtcars, 2)

Run the code above in your browser using DataLab