dfs_insert: dfs_insert

Description Usage Arguments

Description

Function to insert data into dfs db.

Usage

1
dfs_insert(db_path = Sys.getenv("DFS_DB"), table, df, ...)

Arguments

db_path

Path to sqlite database. Defaults to DFS_DB variable in .Renviron.

table

Name of table to write data to.

df

The dataframe to write.

...

additional parameters for DBI::dbWriteTAble


kimjam/dfstoolkit documentation built on May 20, 2019, 9:40 a.m.