routlier_dt_sd: routlier_dt_sd

Description Usage Arguments Details Value Examples

View source: R/routlier_dt_sd.R

Description

Routlier: Outlier in DT Table

Usage

1

Arguments

data

filepath to data.

sd

number of standard deviations.

Details

The outlier will highlighted in green and the word 'Outlier' will replace the value in the cell.

R logo

Value

Returns an outlier dataset from the original dataset in a DT table. The user must specify the standard deviation to determine the outlier.

Examples

1
2
3
4
5
6
## Look at 2 SD outliers
  routlier_dt_sd(data = iris,sd = 2)

## Look at 3 SD outliers

  routlier_dt_sd(data = iris, sd = 3)

gonzalezben81/routlier documentation built on Jan. 1, 2021, 7:08 p.m.