repeat_df: Repeat a data.frame

Description Usage Arguments Details Value

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/temisc documentation built on May 28, 2019, 3:55 p.m.