Skip to content

Commit

Permalink
Apply automatic stylistic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 6, 2023
1 parent 622fc59 commit 0ed134d
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 0ed134d

Please sign in to comment.