.makeSymmetricKey | R Documentation |
This function generates a symmetric key for two IDs, ensuring that the order of the IDs does not matter.
.makeSymmetricKey(id1, id2, sep = ".")
makeSymmetricKey(id1, id2, sep = ".")
id1 |
First ID |
id2 |
Second ID |
sep |
Separator to use between the IDs |
A string representing the symmetric key
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.