find_infty_step_map: find the final retired id and active id after infinity step

Description Usage Examples

Description

find the final retired id and active id after infinity step

Usage

1
find_infty_step_map(map_one_step)

Examples

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)

mucun1988/cm documentation built on May 5, 2019, 8:02 p.m.