Revision 70c2f5a34e0df843164518fd25a4a5b064c024b7 authored by Dirk Eddelbuettel on 22 May 2017, 03:18:02 UTC, committed by cran-robot on 22 May 2017, 03:18:02 UTC
1 parent b495acd
Raw File
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