db_save: Saves data into a SQLite database.

Description Usage Arguments Value

View source: R/db-save.R

Description

Saves data into a SQLite database.

Usage

1
db_save(remote_db_path, source_df)

Arguments

remote_db_path

path to the remote database (SQLite).

source_df

source data frame (should be a dplyr tbl object).

Value

SQLite database file.


inventionate/TimeSpaceAnalysis documentation built on May 18, 2019, 5:47 a.m.