Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Commit 200caf5

Browse files
committed
Add example
1 parent 4630d61 commit 200caf5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

R/dev.R

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
#' @param credential_id The OpenStack application credential secret as a
1111
#' character scalar
1212
#' @noRd
13+
#' @example
14+
#' \dontrun{
15+
#' metadata = CuratedAtlasQueryR::get_metadata() |> head(10) |> dplyr::collect()
16+
#' update_database(metadata, "0.2.3", "rfypdlunhrfopdnkrs", "3q5lw3qntafptdfsrdh-wa4p8h")
17+
#' }
1318
update_database = function(metadata, version, credential_id = NULL, credential_secret = NULL){
1419
# These are optional dev packages
1520
rlang::check_installed(c("arrow", "glue", "basilisk"))

0 commit comments

Comments
 (0)