make_prompt | R Documentation |
make_prompt() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make prompt. The function returns Response (a character vector of length one).
make_prompt(prompt_1L_chr, options_chr = NULL, force_from_opts_1L_chr = FALSE)
prompt_1L_chr |
Prompt (a character vector of length one) |
options_chr |
Options (a character vector), Default: NULL |
force_from_opts_1L_chr |
Force from opts (a character vector of length one), Default: FALSE |
Response (a character vector of length one)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.