Skip to content

Commit

Permalink
switch order
Browse files Browse the repository at this point in the history
  • Loading branch information
RayStick committed Dec 17, 2024
1 parent 59f04f0 commit 71bdd94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/browse_metadata.R
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@ browse_metadata <- function(json_file = NULL, output_dir = getwd()) {

# OUTPUTS ----
cat("\n")
cli_alert_info("Three outputs have been saved to your output directory, and two outputs should have opened in your browser.")
browseURL(table_fname)
browseURL(bar_fname)
cli_alert_info("Three outputs have been saved to your output directory, and two outputs should have opened in your browser.")

} # end of function

0 comments on commit 71bdd94

Please sign in to comment.