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
formals.Rd
\name{formals<--methods}
\docType{methods}
\alias{formals<--methods}
\alias{formals<-,C++Function-method}
\title{Set the formal arguments of a C++ function}
\description{
Set the formal arguments of a C++ function
}
\section{Methods}{
\describe{

\item{\code{signature(fun = "C++Function")}}{
Set the formal arguments of a C++ function
}
}}
\keyword{methods}
back to top