get_user_response {bdclean}R Documentation

Internal function for getting user response

Description

Internal function for getting user response

Usage

get_user_response(bd_question)

Arguments

bd_question

The BDQuestion object to get users responses.

Examples


if(interactive()){ 

question <- BdQuestion()
responses <- get_user_response(question)

}

[Package bdclean version 0.1.15 Index]