# NOT RUN {
# set up some value
params <- list(method='BFGS',
tolerance=1.0e-5,
maxIter=100,
startDate=as.Date('2006-7-15'))
# call the underlying C++ function
result <- RcppListExample(params)
# inspect returned object
result
# }
Run the code above in your browser using DataLab