csv_to_sqlite_chunked: A function to convert csv file to sqlite3 file with chunking...

Description Usage Arguments

View source: R/csv_to_sqlite.R

Description

A function to convert csv file to sqlite3 file with chunking (using 'dplyr' package).

Usage

1
2
csv_to_sqlite_chunked(csv_name, db_name, table_name = "df0",
  chunk_size = 10000)

Arguments

csv_name

Character string; path of the file.

db_name

Character string; path of the database.

table_name

Characeter string; (desired) table name.

chunk_size

Integer; the number of rows to include in each chunk.


kcf-jackson/csv2sql documentation built on May 20, 2019, 8:15 a.m.