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