当前位置:网站首页>R language observation log (part24) -- initialization settings

R language observation log (part24) -- initialization settings

2022-07-01 08:54:00 GoatGui

Learning notes , For reference only , If there is a mistake, it must be corrected
Update on demand


Initialize settings

## The system error is changed to English 
Sys.setenv(LANGUAGE = "en")
## Prohibit conversion to factor 
options(stringsAsFactors = FALSE)
## Clear the environment 
rm(list=ls())
原网站

版权声明
本文为[GoatGui]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/182/202207010834347725.html