routlier_simple: Returns outlier(s) in a simple data frame from routlier

View source: R/routlier_simple.R

routlier_simpleR Documentation

Returns outlier(s) in a simple data frame from routlier

Description

The word 'Outlier' will replace the value that is an outlier in the respective cell.

R logo

Usage

routlier_simple(data, sd)

Arguments

data

filepath to data

sd

number of standard deviations.

Value

Return's an outlier dataset from the original dataset provided by the user.

Examples

## Load the routlier library


## Look at 2 SD outliers
  routlier_simple(data = iris,sd = 2)

## Look at 3 SD outliers

  routlier_simple(data = iris,sd = 3)

gonzalezben81/routlier documentation built on July 21, 2024, 1:01 a.m.