https://github.com/cran/Rcpp
Raw File
Tip revision: a5efaaa5edad752264a962eba18c2fe7b700f19e authored by Dirk Eddelbuettel and Romain Francois on 28 November 2010, 06:24:47 UTC
version 0.8.9
Tip revision: a5efaaa
populate.Rd
\name{populate}
\alias{populate}
\title{
Populates a namespace or an environment with the content of a module
}
\description{
Populates a namespace or an environment with the content of a module
}
\usage{
populate(module, env)
}
\arguments{
  \item{module}{Rcpp module}
  \item{env}{environment or namespace}
}
\keyword{manip}

back to top