read_sqlite: Read SQLite file and return a data.frame

Description Usage Arguments Value

Description

Read SQLite file and return a data.frame

Usage

1
read_sqlite(f_name, tbl_name, sf = TRUE, bbox = NULL)

Arguments

f_name

Name of the SQLite file.

tbl_name

Name of the table to be fetched.

sf

if TRUE, returns a sf object containing only data with valid coordinates in fields lat and lon.

bbox

a numeric vector of length 4 with xmin, ymin, xmax and ymax.

Value

A data.frame containing the specified table contents.


karpfen/trajectory documentation built on May 20, 2019, 7:22 a.m.