I'm having trouble connecting to ODBC Snowflake in R Studio. Here are my connection settings, and I have installed the Snowflake driver as well as ODBC and I'm on an M1 Mac:
con <- DBI::dbConnect(odbc::odbc(),
Driver = '/opt/snowflake/snowflakeodbc/lib/universal/libSnowflake.dylib',
Server = <URL here from work>,
UID = <USERNAME>,
Trusted_Connection = "True",
authenticator = "externalbrowser",
Database = <DATABASENAME>)
I get the following error message after trying to run: