uniquenona: A function that given a vector returns only the unique...

Description Usage Arguments Examples

Description

A function that given a vector returns only the unique elements that are not NA or epty characters (""). Function unique does keep NA in the output

Usage

1

Arguments

x:

vector of characters

Examples

1
uniquenona(c(LETTERS[1:10],"",NA))

mssm-msf-2019/BiostatsALL documentation built on May 22, 2019, 12:16 p.m.