slice: slice filters a specific column so all entries match a...

Description Usage Arguments Value Examples

View source: R/slice.R

Description

slice filters a specific column so all entries match a certain value

Usage

1
slice(dat, col, filtWith)

Arguments

dat

the data

col

the column to filter

filtWith

what the value should equal

Value

filtered data

Examples

1
2
3
4
## Not run: 
 slice(data, data$height, 6)

## End(Not run)

jnumainville/JoeNumainvilleTools documentation built on May 25, 2019, 6:24 p.m.