get_vct_table: Return a tibble for the vct table.

View source: R/db.R

get_vct_tableR Documentation

Return a tibble for the vct table.

Description

Return a tibble for the vct table.

Usage

get_vct_table(
  db,
  sfl_join = TRUE,
  all_sfl_columns = FALSE,
  outlier_join = TRUE
)

Arguments

db

SQLite3 database file path.

sfl_join

Join to SFL table by file ID, adding a date column and removing VCT entries with no corresponding SFL entry.

all_sfl_columns

If joining to SFL, include all SFL columns.

outlier_join

Left join to outlier table by file ID, adding an outlier flag column. This function will not perform any filtering by outlier flag.

Value

Tibble of vct table.


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