paste_sans_NA: wrapper function on paste() that replaces NA with ""

Description Usage Examples

View source: R/paste_sans_NA.R

Description

wrapper function on paste() that replaces NA with ""

Usage

1
paste_sans_NA(..., sep = " ")

Examples

1
paste_sans_NA(c(1,2,NA), c(1,NA, NA), sep = "_")

Kidapt/keda documentation built on Nov. 23, 2019, 3:35 a.m.