projectWriteTable: Write the dataframe to the table

Description Usage Arguments Value

View source: R/QueryHelper.R

Description

The functions writes the datafarme to the sqlite table. It will overwrite any data It is used internally to load project data

Usage

1
projectWriteTable(data, tble_name, db_path = "")

Arguments

data

Data frame containing the data to save to the table. This will overwrite any existing data

tble_name

Name of the table to write the data to. NOTE SQLITE table names are not case sensitive

db_path

The location of the project database. This defaults to database/project.sqlite and is not expected to change

Value

None


plethem documentation built on Nov. 8, 2020, 4:35 p.m.