Skip to content

Commit 7bb6642

Browse files
committed
fix: correct dataset names in roxygen examples
1 parent 8d9dbc3 commit 7bb6642

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/calculate_decoupling.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
#'
5858
#' @examples
5959
#' # Example using simulated data
60-
#' data(Athlytics_sample_data)
60+
#' data(athlytics_sample_decoupling)
6161
#' print(head(athlytics_sample_decoupling))
6262
#'
6363
#' \dontrun{

R/plot_exposure.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
#'
3838
#' @examples
3939
#' # Example using simulated data
40-
#' data(Athlytics_sample_data)
40+
#' data(athlytics_sample_exposure)
4141
#' # Ensure exposure_df is named and other necessary parameters like activity_type are provided
4242
#' p <- plot_exposure(exposure_df = athlytics_sample_exposure, activity_type = "Run")
4343
#' print(p)

0 commit comments

Comments
 (0)