update_pairs_ls | R Documentation |
update_pairs_ls() is an Update function that edits an object, while preserving core object attributes. Specifically, this function implements an algorithm to update pairs list. The function returns Pairs (a list).
update_pairs_ls(
pairs_ls,
append_ls = NULL,
correspondences_r3 = ready4show::ready4show_correspondences(),
datestamp_chr = character(0),
discard_chr = character(0)
)
pairs_ls |
Pairs (a list) |
append_ls |
Append (a list), Default: NULL |
correspondences_r3 |
Correspondences (a ready4 submodule), Default: ready4show::ready4show_correspondences() |
datestamp_chr |
Datestamp (a character vector), Default: character(0) |
discard_chr |
Discard (a character vector), Default: character(0) |
Pairs (a list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.