powered by
dbReadTable
dbWriteTable
dbReadTable(conn, name, ...) dbWriteTable(conn, name, value, ...)
DBIConnection
dbConnect
DBIConnection-class
dbDataType
dbDisconnect
dbExecute
dbExistsTable
dbGetException
dbGetInfo
dbGetQuery
dbIsValid
dbListFields
dbListResults
dbListTables
dbRemoveTable
dbSendQuery
dbSendStatement
con <- dbConnect(RSQLite::SQLite(), ":memory:") dbWriteTable(con, "mtcars", mtcars[1:10, ]) dbReadTable(con, "mtcars") dbDisconnect(con)
Run the code above in your browser using DataLab