View source: R/significant_results.R
multi_query_list | R Documentation |
Provided a list, and a condition, returns the logical indices into the named
part of the list provided. Uses subset
like non-standard evaluation
so that we can define appropriate expressions.
multi_query_list(list_to_query, ...)
list_to_query |
the list to run the query on |
... |
the expressions that do the queries |
logical "&" of all queries
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.