Posts by Leo Barlach • 101 points
1 post
-
0
votes2
answers50
viewsA: Rmysql - My querys return a list
I never used this package. But the DBI package works for me: con <- DBI::dbConnect(dbname = "dbname", host = "localhost", port = 3306, user = "user", password = "my password") tabela1 <-…