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

Function _arrow_csv___ReadOptions__skip_rows

r/src/arrowExports.cpp:1437–1442  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1435// csv.cpp
1436SEXP csv___ReadOptions__skip_rows(const std::shared_ptr<arrow::csv::ReadOptions>& options);
1437extern "C" SEXP _arrow_csv___ReadOptions__skip_rows(SEXP options_sexp){
1438BEGIN_CPP11
1439 arrow::r::Input<const std::shared_ptr<arrow::csv::ReadOptions>&>::type options(options_sexp);
1440 return cpp11::as_sexp(csv___ReadOptions__skip_rows(options));
1441END_CPP11
1442}
1443// csv.cpp
1444SEXP csv___ReadOptions__autogenerate_column_names(const std::shared_ptr<arrow::csv::ReadOptions>& options);
1445extern "C" SEXP _arrow_csv___ReadOptions__autogenerate_column_names(SEXP options_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85

Tested by

no test coverage detected