arrow
neon_remote_db.Rd
Establish a remote database connection using arrow
neon_remote_db(
bucket = arrow::s3_bucket("neon4cast-targets/neon", endpoint_override =
"data.ecoforecast.org")
)
an [arrow::s3_bucket]
connection or other
arrow::SubTreeFileSystem object.
if (FALSE) { # interactive()
db <- neon_remote_db()
}