rcpp_hello {rwfec} | R Documentation |
Hello, Rcpp!
Description
Returns an R list
containing the character vector
c("foo", "bar")
and the numeric vector c(0, 1)
.
Usage
rcpp_hello()
Examples
rcpp_hello()
[Package rwfec version 0.2 Index]