Split a compound address object
Examples
cleave(as.address(c("foo@yahoo.com", "bar@yahoo.com")))
#> [[1]]
#> [1] "foo@yahoo.com"
#>
#> [[2]]
#> [1] "bar@yahoo.com"
#>
Split a compound address object
cleave(as.address(c("foo@yahoo.com", "bar@yahoo.com")))
#> [[1]]
#> [1] "foo@yahoo.com"
#>
#> [[2]]
#> [1] "bar@yahoo.com"
#>