Is there a straightforward way to turn the functions of a .RData file into a normal code file (.R)?
There's another solution from another post using sink
sink
sink(file="Function.R") Function # The object sink()