Posts by brunoroquette • 11 points
1 post
-
1
votes1
answer663
viewsA: How to export data from R directly to sql server?
One of the ways you can do this is by using the RODBC package. library(RODBC) # Use a função odbcDriverConnect para criar uma conexão com o banco dbhandle=odbcDriverConnect("driver={SQL Server};…