Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/statgarten/door
Browse files Browse the repository at this point in the history
  • Loading branch information
jhk0530 committed Nov 6, 2023
2 parents d18cc0b + 0ed134d commit 4f3c2cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/app_server.R
Original file line number Diff line number Diff line change
Expand Up @@ -574,8 +574,8 @@ app_server <- function(input, output, session) {
## after data uploaded

# Rdata load function
loadRData <- function(fileName){
#loads an RData file, and returns it
loadRData <- function(fileName) {
# loads an RData file, and returns it
load(fileName)
get(ls()[ls() != "fileName"])
}
Expand Down

0 comments on commit 4f3c2cb

Please sign in to comment.