keys_near: Return keys nearest to a given statistics or summary.

View source: R/keys_near.R

keys_nearR Documentation

Return keys nearest to a given statistics or summary.

Description

Return keys nearest to a given statistics or summary.

Usage

keys_near(.data, ...)

## Default S3 method:
keys_near(.data, ...)

Arguments

.data

tsibble

...

extra arguments to pass to mutate_at when performing the summary as given by funs.

Value

data.frame containing keys closest to a given statistic.

Examples

keys_near(heights, height_cm)


brolgar documentation built on Feb. 16, 2023, 7:49 p.m.