Improve the merge
Open
@programLyrique is already working on this.
Since Aug 25, 2022.
enhancement
- Dominant language
- C
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
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) { ... }
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.