small_table_sqlite | R Documentation |
small_table
datasetThe small_table_sqlite()
function creates an SQLite, tbl_dbi
version of
the small_table
dataset. A requirement is the availability of the DBI
and RSQLite packages. These packages can be installed by using
install.packages("DBI")
and install.packages("RSQLite")
.
small_table_sqlite()
14-2
Other Datasets:
game_revenue
,
game_revenue_info
,
small_table
,
specifications
# Use `small_table_sqlite()` to
# create an SQLite version of the
# `small_table` table
#
# small_table_sqlite <- small_table_sqlite()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.