Skip to content

Improve the merge #7

@fikovnik

Description

@fikovnik

Ideally, there should be the following facing function:

# Merges dbs from `paths` into `db`.
#
#' @type (sxpdb | chr, chr[], lgl, lgl) -> sxpdb
merge_dbs <- function(db, paths, parallel, quiet = TRUE) { ... }
# Merges `source` into `target` return the remapping of all source indices into their new target indices as data frames.
#
# @type (sxpdb, sxpdb) -> data.frame<source_idx, target_idx>
merge_into <- function(target, source, quiet=TRUE) { ... }

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions