[R] How to create an R input

Jeff Reichman re|chm@nj @end|ng |rom @bcg|ob@|@net
Thu Aug 31 03:46:01 CEST 2023


R Help

 

Trying to figure out how to create a simple program that will as the user
from a value input and simply add 5 units to that value then ask the user
for another value  and add 45 units to it  and on and on. Then how does one
exit the loop of program?

 

# Create a function called `add_five`

add_five <- function(x) {

  # Add 5 to the input value

  x + 5

}

 

readline(prompt = "Enter a number: ")

 

Jeff


	[[alternative HTML version deleted]]



More information about the R-help mailing list