
Last chance! 50% off unlimited learning
Sale ends in
get user input
utils_user_input_retrieve_free_text(
message,
default = NULL,
type = c("string", "number")
)
user input formatted according to type. If user does not enter anything will return value of default
message - tell user what information to input
if user enters no data, this value will be returned (NULL)
return type