Replace zero-length character strings with right hand side
grapes-or-zchar-or-grapes.Rd
Replace zero-length character strings with right hand side
Examples
c("a" , "", "c", "") %|zchar|% "b"
#> [1] "a" "b" "c" "b"
grapes-or-zchar-or-grapes.Rd
Replace zero-length character strings with right hand side
c("a" , "", "c", "") %|zchar|% "b"
#> [1] "a" "b" "c" "b"