find the final retired id and active id after infinity step
1 | find_infty_step_map(map_one_step)
|
1 2 | one_step_map <- data.table(retired_id = c('A','B','C', 'E'), active_id = c('B','C','D','F'))
map_infty_step <- find_infty_step_map(one_step_map)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.