db_append: SQL Database Append

Description Usage Arguments

View source: R/utils.R

Description

This is a helper function that will write a dataframe to a SQL database

Usage

1
db_append(path, tbl, data)

Arguments

path

path to SQL database

tbl

name of the table in SQL database

data

the object dataframe that goes into the SQL database


peRspective documentation built on July 14, 2021, 9:06 a.m.