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

Function _arrow_csv___ReadOptions__skip_rows_after_names

r/src/arrowExports.cpp:1461–1466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1459// csv.cpp
1460SEXP csv___ReadOptions__skip_rows_after_names(const std::shared_ptr<arrow::csv::ReadOptions>& options);
1461extern "C" SEXP _arrow_csv___ReadOptions__skip_rows_after_names(SEXP options_sexp){
1462BEGIN_CPP11
1463 arrow::r::Input<const std::shared_ptr<arrow::csv::ReadOptions>&>::type options(options_sexp);
1464 return cpp11::as_sexp(csv___ReadOptions__skip_rows_after_names(options));
1465END_CPP11
1466}
1467// csv.cpp
1468std::shared_ptr<arrow::csv::ConvertOptions> csv___ConvertOptions__initialize(cpp11::list options);
1469extern "C" SEXP _arrow_csv___ConvertOptions__initialize(SEXP options_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85

Tested by

no test coverage detected