Skip to content

Commit

Permalink
fix: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
m-muecke committed Jan 14, 2024
1 parent 9b146d7 commit 5dcbdd8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions R/api.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
#' @param key character(1) key to query. Default `NULL`.
#' @param start_period character(1) start date of the data. Supported formats:
#' - YYYY for annual data (e.g., "2019")
#' - YYYY-S[1-2] for semi-annual data (e.g., "2019-S1")
#' - YYYY-Q[1-4] for quarterly data (e.g., "2019-Q1")
#' - YYYY-S\[1-2\] for semi-annual data (e.g., "2019-S1")
#' - YYYY-Q\[1-4\] for quarterly data (e.g., "2019-Q1")
#' - YYYY-MM for monthly data (e.g., "2019-01")
#' - YYYY-W[01-53] for weekly data (e.g., "2019-W01")
#' - YYYY-W\[01-53\] for weekly data (e.g., "2019-W01")
#' - YYYY-MM-DD for daily and business data (e.g., "2019-01-01")
#'
#' If `NULL`, no start date restriction is applied (data retrieved from the
Expand Down
6 changes: 3 additions & 3 deletions man/bb_data.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5dcbdd8

Please sign in to comment.