projectWriteTable: Write the dataframe to the table

Description Usage Arguments Value

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 = "database/project.sqlite")

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


sahu27/sahu documentation built on May 30, 2019, 2:06 a.m.