Skip to contents

Extract results from a Daf object using a query

Usage

# S3 method for class 'Daf'
x[i, ...]

Arguments

x

A Daf object

i

A query string or object

...

Ignored. Present for compatibility with the [ generic.

Value

The result of the query

Details

The expression daf[query] is equivalent to get_query(daf, query, cache = FALSE). See the Julia documentation for details.