Skip to contents

Given an input tibble and a column, filter the tibble to retain only those rows in which the value of the column lies outside the range given by upper and lower limits, both of which are optional.

Usage

applyQtl(data, var, lower = NULL, upper = NULL)

Arguments

data

the input tibble

var

the name of the column on which to filter. Uses NSE.

lower

The lower limit. May be NULL.

upper

The upper limit. May be NULL.

Value

the filtered tibble