View source: R/db_read_table.R
| db_read_table | R Documentation | 
tbl_SQLiteConnection.This function does not actually fetch the data, but returns an
tbl_SQLiteConnection object which can be further processed / filtered
using dplyr. See https://db.rstudio.com/r-packages/dplyr/ for
details. To fetch the actual data, execute collect().
db_read_table(
  db = getOption("RRDdb", "LEEF.RRD.sqlite"),
  table = NULL,
  quiet = FALSE
)
| db | fully qualified path to the sqlite database. Default, read from
option  | 
| table | the name of the table. If 'NULL', a list of tables in the database 'db' will be returned. | 
| quiet | if  | 
Link to the table density in the RRD to be used with dplyr and friends
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.