Learn R Programming

ggpedigree (version 0.8.0)

makeSymmetricKey: Generate a symmetric key for two IDs

Description

This function generates a symmetric key for two IDs, ensuring that the order of the IDs does not matter.

Usage

makeSymmetricKey(id1, id2, sep = ".")

Value

A string representing the symmetric key

Arguments

id1

First ID

id2

Second ID

sep

Separator to use between the IDs