MCPcopy Create free account
hub / github.com/apache/arrow / short_row_names

Function short_row_names

r/src/arrow_cpp11.h:363–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361cpp11::writable::list to_r_list(const std::vector<std::shared_ptr<T>>& x);
362
363inline cpp11::writable::integers short_row_names(int n) { return {NA_INTEGER, -n}; }
364
365template <typename T>
366std::vector<T> from_r_list(cpp11::list args) {

Callers 2

AllocateMethod · 0.85
to_data_frameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected