Skip to content

Commit

Permalink
revert to previous display ofr .get_user_input
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLBaker committed Nov 7, 2024
1 parent 955ccb1 commit accfa65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ globalVariables(c("UnitCode",
#' }
.get_user_input <- function () {

var1 <- readline(prompt = ">1: Yes\n>2: No\n")
var1 <- readline(prompt = "1: Yes\n2: No\n")
return(var1)
}

Expand Down

0 comments on commit accfa65

Please sign in to comment.