nrp_read_mysid_file: Read mysid raw data file

View source: R/mysid.R

nrp_read_mysid_fileR Documentation

Read mysid raw data file

Description

Read mysid raw data file

Usage

nrp_read_mysid_file(
  path,
  db_path = getOption("nrp.db_path", file.choose()),
  system = NULL
)

Arguments

path

A string of the path to the file.

db_path

The SQLite connection object or path to the nrp SQLite database.

system

The system 'arrow' or 'kootenay'. If null, the system is detected from the file name.

Value

A tibble


poissonconsulting/nrp documentation built on Jan. 28, 2024, 4:14 p.m.