Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the merge #7

Open
fikovnik opened this issue Aug 25, 2022 · 0 comments
Open

Improve the merge #7

fikovnik opened this issue Aug 25, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@fikovnik
Copy link
Member

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) { ... }
@programLyrique programLyrique self-assigned this Aug 25, 2022
@programLyrique programLyrique added the enhancement New feature or request label Sep 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants