| andList | R Documentation |
This function retuns a list of a comination two or more query elements.
andList(query_prep = c())
query_prep |
ne or more query vectors created by other query functions.
if query vectors are more than one than |
A list of several query elements corresponding to a particular data table
## Not run: # to subset real-time data with the constraint of a time range and a dyad
t <- returnTimes("phoenix_rt", "20171015", "20171215")
dyad <- returnDyad('Phoexnix_rt', 'RUS', 'SYR')
# building an AND-query of a certain time and the country dyad
and_query <- andList(c(t,dyad))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.