powered by
List fields in specified table.
# S4 method for SQLiteConnection,character dbListFields(conn, name)
An existing '>SQLiteConnection
'>SQLiteConnection
a length 1 character vector giving the name of a table.
# NOT RUN { con <- dbConnect(SQLite()) dbWriteTable(con, "iris", iris) dbListFields(con, "iris") dbDisconnect(con) # }
Run the code above in your browser using DataLab