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