Find_Replace_in_Question | R Documentation |
This allows you to batch find and replace text that is in an unlimited number of questions
Find_Replace_in_Question(Questions, Find_Text, Replace_Text, Fixed = TRUE)
Questions |
data.table specifying the qid and target language (if you are looking/replacing for a different language than the base language) |
Find_Text |
string of what the find |
Replace_Text |
string of what to replace |
Fixed |
this gets passed on to gsub- if it's TRUE (the default) then it will search for the exact string you enter. If it is FALSE, then you can use regex. |
## Not run: Find_Replace_in_Question(data.table(qid = 123435, language = "en"), Find_Text = "Hello", Replace_Text = "Goodbye") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.