ps_load_tables: Load Tables

Description Usage Arguments Value

View source: R/read.R

Description

Assigns tables in an SQLite database to environment as tibble or sf objects (if geometry column).

Usage

1
2
3
4
5
ps_load_tables(
  conn = getOption("ps.conn"),
  rename = identity,
  envir = parent.frame()
)

Arguments

conn

An SQLiteConnection object.

rename

A function to alter the SQLite database table names.

envir

The environment to assign the tables to.

Value

An invisible vector of table names.


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