Skip to content

Commit

Permalink
Document new functions
Browse files Browse the repository at this point in the history
  • Loading branch information
zsusswein committed Aug 31, 2024
1 parent 986fdc3 commit b3ad9ad
Show file tree
Hide file tree
Showing 5 changed files with 86 additions and 4 deletions.
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ export(add_two_numbers)
export(download_from_azure_blob)
export(fetch_blob_container)
export(fetch_credential_from_env_var)
export(read_interval_pmf)
export(read_parameters)
1 change: 1 addition & 0 deletions R/parameters.R
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ read_interval_pmf <- function(path,
}

#' DuckDB date comparison fails if the dates are not in string format
#' @noRd
stringify_date <- function(date) {
if (inherits(date, "Date")) {
format(date, "%Y-%m-%d")
Expand Down
8 changes: 4 additions & 4 deletions man/fetch_blob_container.Rd

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

42 changes: 42 additions & 0 deletions man/read_interval_pmf.Rd

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

37 changes: 37 additions & 0 deletions man/read_parameters.Rd

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

0 comments on commit b3ad9ad

Please sign in to comment.