Skip to content

Commit

Permalink
add hyperlink to online database in multi_epidist print method, relates
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlambert committed Jun 10, 2024
1 parent 4cdd2d5 commit 76a6999
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions R/print.R
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,9 @@ print.multi_epidist <- function(x, ..., n = NULL) {
)
)
)
cli::cli_text(
"Explore database online at {.url
https://epiverse-trace.github.io/epiparameter/dev/articles/database.html}"
)
invisible(x)
}

0 comments on commit 76a6999

Please sign in to comment.