rcpp_hello.Rd
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()
rcpp_hello() #> Error in rcpp_hello(): could not find function "rcpp_hello"