There was an error while loading. Please reload this page.
2 parents bd018f9 + 4cd8436 commit 734bfc8Copy full SHA for 734bfc8
1 file changed
r-datascience/scripts/install-duckdb-extensions.R
@@ -1,6 +1,4 @@
1
library(duckdb)
2
-duckdb::duckdb_extension_storage(location="shared")
3
-duckdb::duckdb_secret_storage(location="shared")
4
con <- DBI::dbConnect(duckdb::duckdb())
5
DBI::dbExecute(con, 'INSTALL httpfs')
6
DBI::dbExecute(con, 'INSTALL aws')
0 commit comments