demo_data {headliner} | R 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
|
Value
Returns a data frame of size n
.
Examples
demo_data()
demo_data(n = 8, by = "1 day")
[Package headliner version 0.0.3 Index]