powered by
Returns the fields of a given table as a character vector.
# S4 method for SQLiteConnection,character dbListFields(conn, name, ...)
An existing '>SQLiteConnection
'>SQLiteConnection
a length 1 character vector giving the name of a table.
Needed for compatibility with generic. Otherwise ignored.
The corresponding generic function DBI::dbListFields().
DBI::dbListFields()
# NOT RUN { library(DBI) db <- RSQLite::datasetsDb() dbListFields(db, "iris") dbDisconnect(db) # }
Run the code above in your browser using DataLab