readLines("yourfile.r", n = 5) # if text, you'll see code Use:
dput(data, file="reconstructed.R")
file yourfile.r or inside R:
readLines("yourfile.r", n = 5) # if text, you'll see code Use:
dput(data, file="reconstructed.R")
file yourfile.r or inside R: