|
Rcpp Version 0.9.10
|
#include <Formula.h>


Public Member Functions | |
| Formula () | |
| Formula (SEXP lang) | |
| Formula (const Formula &other) | |
| Formula (const std::string &code) | |
| Formula & | operator= (const Formula &other) |
| Rcpp::Formula::Formula | ( | ) |
Definition at line 26 of file Formula.cpp.
| Rcpp::Formula::Formula | ( | SEXP | lang | ) |
Definition at line 28 of file Formula.cpp.
References Rcpp::internal::convert_using_rfunction(), Rcpp::RObject::setSEXP(), and y.

| Rcpp::Formula::Formula | ( | const Formula & | other | ) |
Definition at line 63 of file Formula.cpp.
| Rcpp::Formula::Formula | ( | const std::string & | code | ) | [explicit] |
Definition at line 59 of file Formula.cpp.
References Rcpp::internal::convert_using_rfunction(), and Rcpp::RObject::setSEXP().

Definition at line 65 of file Formula.cpp.
References Rcpp::RObject::asSexp(), and Rcpp::RObject::setSEXP().
