1\name{populate}
2\alias{populate}
3\title{
4Populates a namespace or an environment with the content of a module
5}
6\description{
7Populates a namespace or an environment with the content of a module
8}
9\usage{
10populate(module, env)
11}
12\arguments{
13  \item{module}{Rcpp module}
14  \item{env}{environment or namespace}
15}
16\keyword{manip}
17
18