My team has dozens of functions living in several different R script files.
We have realized the we would like to move some of these functions from, say, R file A to R file B and other functions into a not-yet-existing R file C.
Is anybody aware of any tools or packages that can facilitate the parsing and rearranging?
I'm hoping not to re-invent the wheel.
Perhaps in devtools?