See animals. This is obtained with:
set.seed(2329)
animals_q <- animals %>%
dplyr::filter(tpq>-100, taq<100) %>%
quake(k=20, shaker=shake_uniform, tpq, taq)
usethis::use_data(animals_q, overwrite=TRUE)
An object of class tbl_df
(inherits from tbl
, data.frame
) with 31700 rows and 8 columns.