paste2: Ignore NA paste function

Description Usage See Also Examples

Description

Ignore NA paste function

Usage

1

See Also

paste0

Examples

1
2
3
4
A <- "Hello "
B <- c("world", "world!", NA)
paste0(A, B)
paste2(A, B)

lovetoken/useful.lovetoken documentation built on June 14, 2019, 3:21 p.m.