Connect to a local database from phpmyadmin with R
问题 I have searched for a lot of threads explaining the connexion with a database with R but I still can't make it work. At the moment, I know that I have to install the package 'ROBDC' and use either odbcConnect() or odbcDriverConnect() . But the first one seems harder since I have to set an OBDC connection (tried some things but didn't work too t.t). My final goal is to extract some data in a database located in a web server but, first, I wanted to see how the functions work for a local