read_table_sqlite: Copy tibble from SQLite database

View source: R/sqlite_interface.R

read_table_sqliteR Documentation

Copy tibble from SQLite database

Description

Reads an SQLite database table to a tibble from an specific path (/R Output/SQLite Files/).

Usage

read_table_sqlite(sqlite_name, table_name, ...)

Arguments

sqlite_name

A character string specifying the unquoted SQLite database name

table_name

A character string specifying the unquoted SQLite table name

...

Other parameters passed on to dbWriteTable.


fscorrales/invicodatr documentation built on Nov. 22, 2022, 2:39 a.m.