[R] .Rdata not loading
Rich Shepard
r@hep@rd @end|ng |rom @pp|-eco@y@@com
Fri Dec 24 16:34:37 CET 2021
On Fri, 24 Dec 2021, Rasmus Liland wrote:
> 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 }
Rasmus,
I use bash, not zsh. And running the readdata() command in R produces no
output.
Thanks for the thought,
Rich
More information about the R-help
mailing list