Category "rodbc"

Access database error in R (RODBC connection)

I'm trying to get data from an Access database by using the RODBC package, but I get this error: Error in sqlTables(c) : first argument is not an open RODBC cha

Skipping same entries in different rows of a column in SQL table

for example I have created a dataframe in R named as "Numbers" which has following output: Numbers 1 2 3 2 4 1 When I tried to insert this dataframe in SQL tab