要从Rstudio中的Rscript退出,我必须按alt+f4
。
我可以使用HotKey自动从R退出吗?
假设:
> model=aov(Sepal.Length~Species,data=iris)
> model
Call:
aov(formula = Sepal.Length ~ Species, data = iris)
Terms:
Species Residuals
Sum of Squares 63.21213 38.95620
Deg. of Freedom 2 147
Residual standard error: 0.5147894
Estimated effects may be unbalanced
> summary(model)
Df Sum Sq Mean Sq F value Pr(>F)
Species 2 63.21 31.606 119.3 <2e-16 ***
Residuals 147 38.96 0.265
,然后关闭Rstudio alf+f4
。