现在获得一个R Workspace(run.Rdata) ,要怎么查看它的命令呢?
用Rsudio打开,在右上角的history里能看到
直接用ls()命令可以。
getwd()
load('run.Rdata')