Skip to contents

get user input

Usage

utils_user_input_retrieve_free_text(
  message,
  default = NULL,
  type = c("string", "number")
)

Arguments

message

message - tell user what information to input

default

if user enters no data, this value will be returned (NULL)

type

return type

Value

user input formatted according to type. If user does not enter anything will return value of default