Learn R Programming

headliner (version 0.0.3)

demo_data: Small data set referencing the current date

Description

Small data set referencing the current date

Usage

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

Value

Returns a data frame of size n.

Arguments

n

number of rows to return

by

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

Examples

Run this code
demo_data()

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

Run the code above in your browser using DataLab