| 1459 | // csv.cpp |
| 1460 | SEXP csv___ReadOptions__skip_rows_after_names(const std::shared_ptr<arrow::csv::ReadOptions>& options); |
| 1461 | extern "C" SEXP _arrow_csv___ReadOptions__skip_rows_after_names(SEXP options_sexp){ |
| 1462 | BEGIN_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)); |
| 1465 | END_CPP11 |
| 1466 | } |
| 1467 | // csv.cpp |
| 1468 | std::shared_ptr<arrow::csv::ConvertOptions> csv___ConvertOptions__initialize(cpp11::list options); |
| 1469 | extern "C" SEXP _arrow_csv___ConvertOptions__initialize(SEXP options_sexp){ |
nothing calls this directly
no test coverage detected