Skip to contents

Working with a {dm} object can make life easier than writing manual queries. Also allows the visualization of the database with dm_draw().

Usage

rpwf_dm(db_con)

Arguments

db_con

an rpwf_connect_db() object.

Value

{dm} object of the created schema.

Examples

board <- pins::board_temp()
tmp_dir <- tempdir()
db_con <- rpwf_connect_db(paste(tmp_dir, "db.SQLite", sep = "/"), board)
dm_obj <- rpwf_dm(db_con)