repeat_df: Repeat a data.frame

Description Usage Arguments Details Value

View source: R/repeat.R

Description

Copy and append data.frame to itself.

Usage

1
repeat_df(data, times)

Arguments

data

data.frame.

times

numeric. Number of times to replicate data.

Details

May be useful to use dplyr::group_by() and or tidyr::nest() before calling this function.

Value

data.frame


aelhabr/teutils documentation built on May 7, 2019, 7:59 a.m.