Skip to content

Commit

Permalink
Merge pull request #114 from ThomUK/113_vignette_corrections
Browse files Browse the repository at this point in the history
113 vignette corrections
  • Loading branch information
ThomUK authored Mar 3, 2024
2 parents b705ed5 + 9b9cd13 commit f403189
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified R/sysdata.rda
Binary file not shown.
2 changes: 1 addition & 1 deletion vignettes/get_started.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ path_to_example_files <- system.file("example_data", package="SPCreporter")
measure_data <- list(
week = readxl::read_xlsx(file.path(path_to_example_files, "data.xlsx"), sheet = "week"), # weekly data
month = readxl::read_xlsx(file.path(path_to_example_files, "data.xlsx"), sheet = "month"), # monthly data
none = readxl::read_xlsx(file.path(path_to_example_files, "data.xlsx"), sheet = "none") # pre-calculated time-between rare events data
events = readxl::read_xlsx(file.path(path_to_example_files, "data.xlsx"), sheet = "events") # an event list, to feed rare-event charts
)
# read in the report config from example file
Expand Down

0 comments on commit f403189

Please sign in to comment.