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

Function listof_names

inst/tinytest/cpp/ListOf.cpp:108–110  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

106
107// [[Rcpp::export]]
108CharacterVector listof_names(ListOf<NumericVector> x) {
109 return x.names();
110}
111
112// [[Rcpp::export]]
113SEXP listof_attr_foo(ListOf<NumericVector> x) {

Callers

nothing calls this directly

Calls 1

namesMethod · 0.80

Tested by

no test coverage detected