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

Function csv___ReadOptions__skip_rows

r/src/csv.cpp:91–94  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

89
90// [[arrow::export]]
91SEXP csv___ReadOptions__skip_rows(
92 const std::shared_ptr<arrow::csv::ReadOptions>& options) {
93 return cpp11::as_sexp(options->skip_rows);
94}
95
96// [[arrow::export]]
97SEXP csv___ReadOptions__autogenerate_column_names(

Callers 1

Calls 1

as_sexpFunction · 0.85

Tested by

no test coverage detected