sort: Sort documents

View source: R/sort.R

sortR Documentation

Sort documents

Description

Sort documents

Usage

sort(.data = list(), ...)

sort_(.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("gbif") %>% sort(asc(county))
index("gbif") %>% sort(asc(county), desc(country))

## End(Not run)

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