Skip to content

Commit

Permalink
-r as option of the .exe
Browse files Browse the repository at this point in the history
  • Loading branch information
marinakiweler authored May 24, 2019
1 parent 35f1d27 commit 577c735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/load_meta_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ generate_json <- function(path_data, silent = FALSE)
stop("Function is only working under windows.")
}

system(command = paste(path_MARMoSET_exe, paste0('"',path_data, '"'), new_file),
system(command = paste(path_MARMoSET_exe, paste0('"',path_data, '"'), "-r", new_file),
show.output.on.console = !silent)

json <- jsonlite::fromJSON(new_file)
Expand Down

0 comments on commit 577c735

Please sign in to comment.