[[Rcpp::export]]
| 131 | |
| 132 | // [[Rcpp::export]] |
| 133 | std::vector<std::string> attributeNames(DataFrame x){ |
| 134 | return x.attributeNames() ; |
| 135 | } |
| 136 | |
| 137 | // [[Rcpp::export]] |
| 138 | bool hasAttribute( DataFrame x){ |
nothing calls this directly
no test coverage detected