nrp_read_zooplankton: Read zooplankton raw data files

View source: R/zoo.R

nrp_read_zooplanktonR Documentation

Read zooplankton raw data files

Description

Read zooplankton raw data files

Usage

nrp_read_zooplankton(
  path = ".",
  db_path = getOption("nrp.db_path", file.choose()),
  recursive = FALSE,
  system = NULL,
  regexp = "[.]xlsx$",
  fail = TRUE
)

Arguments

path

A string of the path to the directory.

db_path

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

recursive

(Deprecated) If TRUE recurse fully.

system

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

regexp

A regular expression (e.g. ⁠[.]csv$⁠) passed on to grep() to filter paths.

fail

Should the call fail (the default) or warn if a file cannot be accessed.

Value

A tibble.


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