Sometimes threads are started by R package (e.g. in doRedis, see related code). Is there a way how can I list threads spawned within current R session and kill these threads within R? Or can I recognize and kill them in Windows task list?
I am using Rgui in Windows XP.