摘要:
>>> names = ["john", "hack", "blank"] >>> abc = sorted(names) >>> abc ['blank', 'hack', 'john'] >>> abcd = sorted(names, reverse=True) >>> abcd ['john 阅读全文
摘要:
在项目目录新建文件:.Rprofile,注意大小写,内容如下: cat("Welcome to this project.\n") require(ggplot2) require(zoo) File - Open Project 选择项目目录打开,能看到控制台输出Welcome to this p 阅读全文
摘要:
ctrl + enter 执行 ctrl + shift + M : %>% alt + - : <- 阅读全文