# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "unjoin" in publications use:' type: software license: GPL-3.0-only title: 'unjoin: Separate a Data Frame by Normalization' version: 0.1.0 doi: 10.32614/CRAN.package.unjoin abstract: Separate a data frame in two based on key columns. The function unjoin() provides an inside-out version of a nested data frame. This is used to identify duplication and normalize it (in the database sense) by linking two tables with the redundancy removed. This is a basic requirement for detecting topology within spatial structures that has motivated the need for this package as a building block for workflows within more applied projects. authors: - family-names: Sumner given-names: Michael D. email: mdsumner@gmail.com repository: https://hypertidy.r-universe.dev repository-code: https://github.com/hypertidy/unjoin commit: a8c5a17f31851a10f3d4efc6a73cb36af9d5e68f url: https://github.com/hypertidy/unjoin contact: - family-names: Sumner given-names: Michael D. email: mdsumner@gmail.com