Description Usage Arguments Value Examples
Get feedback from user whether to replace provided one lengt character
1 | get_feedback(x = "NoT CleAn ", replacement = "Clean", ask_user = T)
|
x |
One-lengt charachter |
replacement |
One-lengt charachter proposed as a replacement to x |
ask_user |
Logical value in order to ask or accept right away replacement value |
Final value that will be used instead of x
1 2 3 4 5 | get_feedback(x = "School ", replacement = "school", ask_user = FALSE)
## Not run:
get_feedback(x = "school", replacement = "house")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.