Learn R Programming

dm (version 0.1.2)

dm_financial: Creates a dm object for the Financial data

Description

experimental

dm_financial() creates an example dm object from the tables at https://relational.fit.cvut.cz/dataset/Financial. The connection is established once per session, subsequent calls return the same connection.

dm_financial_sqlite() copies the data to a temporary SQLite database. The data is downloaded once per session, subsequent calls return the same database. The trans table is excluded due to its size.

Usage

dm_financial()

dm_financial_sqlite()

Arguments

Value

A dm object.

Examples

Run this code
# NOT RUN {
if (rlang::is_installed("RMariaDB")) {
  dm_financial() %>%
    dm_draw()
}
# }

Run the code above in your browser using DataLab