multi_query_list: index a list

View source: R/significant_results.R

multi_query_listR Documentation

index a list

Description

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.

Usage

multi_query_list(list_to_query, ...)

Arguments

list_to_query

the list to run the query on

...

the expressions that do the queries

Value

logical "&" of all queries


rmflight/categoryCompare2 documentation built on April 30, 2024, 6:41 a.m.