demo_data: Small data set referencing the current date

View source: R/demo-data.R

demo_dataR Documentation

Small data set referencing the current date

Description

Small data set referencing the current date

Usage

demo_data(n = 10, by = "-2 month")

Arguments

n

number of rows to return

by

string indicating the unit of time between dates in seq.Date(..., by = )

Value

Returns a data frame of size n.

Examples

demo_data()

demo_data(n = 8, by = "1 day")

headliner documentation built on Dec. 28, 2022, 2:47 a.m.