projectReadTable: Read all the contents of a table

Description Usage Arguments Value

View source: R/QueryHelper.R

Description

The functions reads all the contents of the given table. It is used internally to save project data

Usage

1
projectReadTable(tble_name, db_path = "")

Arguments

tble_name

Name of the table to save. 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

table as a dataframe


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