scales (version 0.2.3)

discard: Discard any values outside of range.

Description

Discard any values outside of range.

Usage

discard(x, range = c(0, 1))

Arguments

x
numeric vector of values to manipulate.
range
numeric vector of length two giving desired output range.

Examples

Run this code
discard(c(-1, 0.5, 1, 2, NA))

Run the code above in your browser using DataCamp Workspace