aloneNumber: Detection of alone numbers preceded/followed by NAs

View source: R/plotlyGraphs.R

aloneNumberR Documentation

Detection of alone numbers preceded/followed by NAs

Description

Detection of alone numbers preceded/followed by NAs

Usage

aloneNumber(x)

Arguments

string

input character vector

Value

true/false if an orphan found.

Examples

aloneNumber(c(1,2,3,NA,99,NA))

lazypomelo/plotlyjs documentation built on May 24, 2023, 1:41 p.m.