Learn R Programming

pointblank (version 0.7.0)

small_table_sqlite: A SQLite version of the small_table dataset

Description

The small_table_sqlite() function creates a 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").

Usage

small_table_sqlite()

Arguments

Function ID

10-2

See Also

Other Datasets: small_table

Examples

Run this code
# NOT RUN {
# Use `small_table_sqlite()` to
# create a SQLite version of the
# `small_table` table
#
# small_table_sqlite <- small_table_sqlite()

# }

Run the code above in your browser using DataLab