-
Install R packages
adbcdrivermanager,arrow, andtibble:install.packages(c("adbcdrivermanager", "arrow", "tibble"))
-
Install the Snowflake ADBC driver:
dbc install snowflake
-
Customize the R script
main.R- Change the connection arguments in
adbc_database_init()- See Snowflake Driver Client Options for the full list of available options
- If you changed the database and schema, also change the SQL SELECT statement in
read_adbc()
- Change the connection arguments in
-
Run the R script:
Rscript main.R