copy_outlier_table: Copy outlier entries from src_db to dest_db.

View source: R/db.R

copy_outlier_tableR Documentation

Copy outlier entries from src_db to dest_db.

Description

This assumes db_to already has a complete outlier table with entries for every file in the opp table. Entries in db_to with flag values in db_from > 0 will be updated to reflect db_from. db_from entries without a corresponding entry in db_to will be ignored.

Usage

copy_outlier_table(db_from, db_to)

Arguments

db_from

Popcycle database to copy flags > 0 from.

db_to

Popcycle database to copy flags > 0 to.

Value

None


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