Skip to content

Commit

Permalink
fix csv location
Browse files Browse the repository at this point in the history
  • Loading branch information
avouacr authored Apr 4, 2022
1 parent bdd0383 commit c088884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion myshinyapp/R/main.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

runApp <- function(){
myshinyapp::populate_table(bucket = "etgtk6", object = "diffusion/shiny-template/quakes.csv")
myshinyapp::populate_table(bucket = "avouacr", object = "diffusion/shiny-template/quakes.csv")
appDir <- system.file("app", package = "myshinyapp")
shiny::runApp(appDir, display.mode = "normal")
}

0 comments on commit c088884

Please sign in to comment.