From 801b738c7f4c2358834832d25ed6d5edc0ed6315 Mon Sep 17 00:00:00 2001 From: Tan-DESKPC Date: Tue, 11 Jan 2022 21:34:06 -0500 Subject: [PATCH] update docs --- R/ep_predict.R | 2 +- man/ep_predict.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/ep_predict.R b/R/ep_predict.R index 18b6221..13f6031 100644 --- a/R/ep_predict.R +++ b/R/ep_predict.R @@ -9,7 +9,7 @@ #' \donttest{ #' try({ #' preprocessed <- readRDS(system.file("ep_preprocessed.rds",package = "ffopportunity")) -#' # this file is equivalent to nflreadr::load_pbp(2021) %>% head(100) %>% ep_preprocess() +#' # this file is equivalent to nflreadr::load_pbp(2021) %>% head(1000) %>% ep_preprocess() #' ep_predict(preprocessed) #' }) #' } diff --git a/man/ep_predict.Rd b/man/ep_predict.Rd index 183f33e..d2ba2e0 100644 --- a/man/ep_predict.Rd +++ b/man/ep_predict.Rd @@ -21,7 +21,7 @@ This function runs the prediction functions over preprocessed data. \donttest{ try({ preprocessed <- readRDS(system.file("ep_preprocessed.rds",package = "ffopportunity")) - # this file is equivalent to nflreadr::load_pbp(2021) \%>\% head(100) \%>\% ep_preprocess() + # this file is equivalent to nflreadr::load_pbp(2021) \%>\% head(1000) \%>\% ep_preprocess() ep_predict(preprocessed) }) }