dict_from_string | R Documentation |
This is a convenience function for typing queries in R. See examples below for how to use the function.
dict_from_string(txt)
txt |
A string in which each line is a query. If the line contains a "=" sign, the left side becomes the label, and the right side the query. See examples below. |
A query dictionary
dict_from_string('
Barack Obama = "(barack OR president) obama"
spices = parsley OR sage OR rosemary OR thyme
')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.