find_common_dbs: Find common database files between two directories.

View source: R/db.R

find_common_dbsR Documentation

Find common database files between two directories.

Description

Directories will be search recursively and files will be matched by basename. An error will be thrown if the same database file occurs more than

Usage

find_common_dbs(dir_a, dir_b)

Arguments

dir_a

dir_b Directories to compare.

Value

Data Frame with columns for basename, old_path, and new_path


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