View source: R/check_input_str.R
check_input_str | R Documentation |
check_input_str
check_input_str(.str)
.str |
string |
Prepared string (IMPROVE)
check_input_str('as.formula("G ~ A / B")')
check_input_str('as.formula(G ~ A / B)')
check_input_str('list("G ~ A / B")')
check_input_str('list(G ~ A / B)')
check_input_str('G ~ A / B')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.