Skip to content

Commit

Permalink
Update R/browse_metadata.R
Browse files Browse the repository at this point in the history
Co-authored-by: Rachael Stickland <[email protected]>
  • Loading branch information
BatoolMM and RayStick authored Nov 27, 2024
1 parent 8eb3669 commit acef2af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/browse_metadata.R
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ browse_metadata <- function(json_file = NULL, output_dir = NULL) {
# SAVE PLOTS ----

original_wd <- getwd()
on.exit(output_dir) # saveWidget has a bug with paths & saving
on.exit(setwd(original_wd)) # saveWidget has a bug with paths & saving
base_fname <- paste0(gsub(" ", "", dataset_name), "_V", dataset_version)

## Save the table plot to a HTML file
Expand Down

0 comments on commit acef2af

Please sign in to comment.