[R] .Rdata not loading

Rasmus Liland jr@| @end|ng |rom po@teo@no
Fri Dec 24 15:38:08 CET 2021


Dear Rich,

If you want to look at Rdata-files in a quick way in the 
terminal, use this little gem in your .zshrc.local:

readrdata() { Rscript -e "options(width=$COLUMNS); load('$1'); sapply(ls(), get, simplify=F)" | less }

Merry Christmas!

Best,
Rasmus



More information about the R-help mailing list