get_vct_by_file: Get tibble of classified particles selecting by file IDs.

View source: R/files.R

get_vct_by_fileR Documentation

Get tibble of classified particles selecting by file IDs.

Description

Get tibble of classified particles selecting by file IDs.

Usage

get_vct_by_file(db, vct_dir, file_ids, outliers = TRUE, col_select = NULL)

Arguments

db

SQLite3 database file path.

vct_dir

VCT 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 classified particles. If no data is found an empty tibble will be returned.


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