Skip to content

Commit

Permalink
doc: document function
Browse files Browse the repository at this point in the history
  • Loading branch information
ahasverus committed Mar 30, 2024
1 parent 3688d55 commit 966f350
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions R/multiweek_events.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#' Duplicate multi-week events and order events
#'
#' @note
#' For internal purpose only
#'
#' @noRd

multiweek_events <- function(data, year, month) {

events <- data.frame()
Expand Down

0 comments on commit 966f350

Please sign in to comment.