RN_find_parent {radsafer} | R Documentation |
Find a potential precursor of a radionuclide @description Find a potential parent radionuclide by searching the progeny fields in RadData ICRP_07.NDX
RN_find_parent(RN_select)
RN_select |
identify the radionuclide of interest in the format "Es-254m" |
a subset of the data frame RadData::ICRP_07.NDX
Th_230_df <- RN_find_parent("Th-230")
Tl_208_df <- RN_find_parent("Tl-208")