ps_write_tables_csvs: Write Tables

Description Usage Arguments Value

View source: R/write-tables-csv.R

Description

Writes all the tables in the sqlite database conn to directory dir using write_csv.

Usage

1
ps_write_tables_csvs(conn = getOption("ps.conn"), dir = ".", rename = identity)

Arguments

conn

An SQLiteConnection object.

dir

A string of the directory name.

rename

A function to alter the SQLite database table names.

Value

An invisible character vector of the data names.


poissonconsulting/poissqlite documentation built on Sept. 17, 2021, 12:34 a.m.