Skip to content

Commit

Permalink
Update base/db/R/get.machine.info.R
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Black <[email protected]>
  • Loading branch information
Sweetdevil144 and infotroph authored Oct 9, 2024
1 parent 293a68b commit f7f6926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/db/R/get.machine.info.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#' @return list of machine, input, and dbfile records
#' @author Betsy Cowdery, Michael Dietze, Ankur Desai, Tony Gardella, Luke Dramko

get.machine.info <- function(host, input.args, input.id = NULL, con = NULL) {
get_machine_info <- function(host, input.args, input.id = NULL, con = NULL) {

machine.host.info <- get.machine.host(host, con = con)
machine.host <- machine.host.info$machine.host
Expand Down

0 comments on commit f7f6926

Please sign in to comment.