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

Function _arrow_fs___GcsFileSystem__Make

r/src/arrowExports.cpp:3608–3614  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3606#if defined(ARROW_R_WITH_GCS)
3607std::shared_ptr<fs::GcsFileSystem> fs___GcsFileSystem__Make(bool anonymous, cpp11::list options);
3608extern "C" SEXP _arrow_fs___GcsFileSystem__Make(SEXP anonymous_sexp, SEXP options_sexp){
3609BEGIN_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));
3613END_CPP11
3614}
3615#else
3616extern "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. ");

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85
fs___GcsFileSystem__MakeFunction · 0.85

Tested by

no test coverage detected