我在R中有中间经验。
我遇到了这个问题。我的控制台没有显示">"当我指挥某些东西时,它也没有显示任何输出。我没有打开。我没有打开水槽()。
> View(temp1)
> Binary_data_withoutrecall <- temp
> View(Binary_data_withoutrecall)
> View(temp)
View(temp)
View(temp)
> temp <-binary
> temp$Scheduled_Time <- as.POSIXct(temp$Scheduled_Time , format = "%I:%M:%S %p")
View(temp)
save.image("~/RStudio/projects/noshow/saturday.RData")
savehistory("~/RStudio/projects/noshow/saturday.Rhistory")
> sink()
sink(NULL)
View(temp)
View(Binary_data_withoutrecall)
正如您所看到的,我也尝试保存历史记录和图片。但我无法在工作目录中看到添加的历史记录文件。