is_advanced | R Documentation |
Check if string is a simple dictionary term or advanced query
is_advanced(q)
q |
a character vector |
A logical vector
queries = c('this OR that', ## boolean, so advanced
'this that', ## space means OR, so advanced
'single', ## single term, so basic
'<simple multiword str*>') ## quoted, so basic
is_advanced(queries)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.