sql_merge: sql_merge

View source: R/sql_merge.R

sql_mergeR Documentation

sql_merge

Description

Merge multiple sqlite data bases into a new single one. Will perform the merge table and column wise (dplyr::bind_rows). A new integer primary key to ensure uniqueness and data tracebility. Old ID will be keep in PID column.

Usage

sql_merge(
  projects = c("/mnt/D/Data/WISEMan", "/mnt/D/Data/CHONe", "/mnt/D/Data/IML4")
)

Author(s)

Raphael Mabit


raphidoc/lighthouse documentation built on June 13, 2022, 10:06 a.m.