## A simple example over a table on a MySQL database
## Not run:
# library(DBI)
# library(RMySQL)
# drv <- dbDriver("MySQL") # Loading the MySQL driver
# con <- dbConnect(drv,dbname="myDB",
# username="myUSER",password="myPASS",
# host="localhost")
# d <- sampleDBMS(con,"largeTable",10000)
# ## End(Not run)
Run the code above in your browser using DataLab