I am trying to connect to a 32bit access using R lang 4.1.3 32bit using the following code chunk,
library(RODBC)
db_path <- "C:/Pathway/To/Access.accdb
con <- odbcConnectAccess2007(db_path)
when running that chunk I have a critical failure and get the R Session Aborted window.
Is there any advice on how to fix this?