| 3606 | #if defined(ARROW_R_WITH_GCS) |
| 3607 | std::shared_ptr<fs::GcsFileSystem> fs___GcsFileSystem__Make(bool anonymous, cpp11::list options); |
| 3608 | extern "C" SEXP _arrow_fs___GcsFileSystem__Make(SEXP anonymous_sexp, SEXP options_sexp){ |
| 3609 | BEGIN_CPP11 |
| 3610 | arrow::r::Input<bool>::type anonymous(anonymous_sexp); |
| 3611 | arrow::r::Input<cpp11::list>::type options(options_sexp); |
| 3612 | return cpp11::as_sexp(fs___GcsFileSystem__Make(anonymous, options)); |
| 3613 | END_CPP11 |
| 3614 | } |
| 3615 | #else |
| 3616 | extern "C" SEXP _arrow_fs___GcsFileSystem__Make(SEXP anonymous_sexp, SEXP options_sexp){ |
| 3617 | Rf_error("Cannot call fs___GcsFileSystem__Make(). See https://arrow.apache.org/docs/r/articles/install.html for help installing Arrow C++ libraries. "); |
nothing calls this directly
no test coverage detected