Returns an R list containing the character vector c("foo", "bar") and the numeric vector c(0, 1).

rcpp_hello()

Examples

rcpp_hello()
#> [[1]] #> [1] "foo" "bar" "zap" #> #> [[2]] #> [1] 0 1 #>