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