MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / attributeNames

Function attributeNames

inst/tinytest/cpp/RObject.cpp:133–135  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

131
132// [[Rcpp::export]]
133std::vector<std::string> attributeNames(DataFrame x){
134 return x.attributeNames() ;
135}
136
137// [[Rcpp::export]]
138bool hasAttribute( DataFrame x){

Callers

nothing calls this directly

Calls 1

attributeNamesMethod · 0.80

Tested by

no test coverage detected