routlier_dt_sd: Returns outlier(s) in a DT table where the users specifies...

View source: R/routlier_dt_sd.R

routlier_dt_sdR Documentation

Returns outlier(s) in a DT table where the users specifies the standard deviation

Description

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

R logo

Usage

routlier_dt_sd(data, sd)

Arguments

data

filepath to data.

sd

number of standard deviations.

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


## 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 July 21, 2024, 1:01 a.m.