get_opp_by_file: Get tibble of filtered particles selecting by file IDs.

View source: R/files.R

get_opp_by_fileR Documentation

Get tibble of filtered particles selecting by file IDs.

Description

Get tibble of filtered particles selecting by file IDs.

Usage

get_opp_by_file(db, opp_dir, file_ids, outliers = TRUE, col_select = NULL)

Arguments

db

SQLite3 database file path.

opp_dir

OPP file directory.

file_ids

Vector of file IDs with julian day directory.

outliers

If TRUE, remove outliers. Otherwise don't perform outlier filtering.

col_select

col_select parameter passed to arrow::read_parquet as a character vector. date and file_id are always added as the first columns. By default all columns are returned.

Value

Tibble of filtered particles. If no data is found an empty tibble will be returned.


armbrustlab/popcycle documentation built on April 1, 2024, 2:41 p.m.