expand_index | R Documentation |
exand_index
supplements an existing linking index using a
new set of proposed links.
expand_index(dat)
dat |
a dataset containing a variable index which is to be supplemented, and a variable candidate_index for the indexes which are to supplement it |
dat = data.table(
index = c(1, 1, 1, 2, 2, NA, 2, NA, NA, NA, 4, 4, NA),
index_candidate = c(5, 5, NA, 6, 6, 6, 6, 7, 7, NA, 8, 8, 8))
expand_index(dat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.