fields: Retrieve specific fields

View source: R/fields.R

fieldsR Documentation

Retrieve specific fields

Description

Retrieve specific fields

Usage

fields(.data = list(), ...)

fields_(.data = list(), ..., .dots)

Arguments

.data

Input. An object of class esdsl, or something that can be coerced to that

...

Comma separated list of unquoted variable names

.dots

Used to work around non-standard evaluation

Examples

## Not run: 
index("shakespeare") %>% fields(play_name, speaker)

## End(Not run)

ropensci/elasticdsl documentation built on May 18, 2022, 9:53 a.m.