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

Function _arrow_fs___GcsFileSystem__Make

r/src/arrowExports.cpp:3651–3657  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3649#if defined(ARROW_R_WITH_GCS)
3650std::shared_ptr<fs::GcsFileSystem> fs___GcsFileSystem__Make(bool anonymous, cpp11::list options);
3651extern "C" SEXP _arrow_fs___GcsFileSystem__Make(SEXP anonymous_sexp, SEXP options_sexp){
3652BEGIN_CPP11
3653 arrow::r::Input<bool>::type anonymous(anonymous_sexp);
3654 arrow::r::Input<cpp11::list>::type options(options_sexp);
3655 return cpp11::as_sexp(fs___GcsFileSystem__Make(anonymous, options));
3656END_CPP11
3657}
3658#else
3659extern "C" SEXP _arrow_fs___GcsFileSystem__Make(SEXP anonymous_sexp, SEXP options_sexp){
3660 Rf_error("Cannot call fs___GcsFileSystem__Make(). See https://arrow.apache.org/docs/r/articles/install.html for help installing Arrow C++ libraries. ");

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85
fs___GcsFileSystem__MakeFunction · 0.85

Tested by

no test coverage detected