摘要: >>> names = ["john", "hack", "blank"] >>> abc = sorted(names) >>> abc ['blank', 'hack', 'john'] >>> abcd = sorted(names, reverse=True) >>> abcd ['john 阅读全文
posted @ 2020-11-25 20:39 船长博客 阅读(4147) 评论(0) 推荐(0) 编辑
摘要: 在项目目录新建文件:.Rprofile,注意大小写,内容如下: cat("Welcome to this project.\n") require(ggplot2) require(zoo) File - Open Project 选择项目目录打开,能看到控制台输出Welcome to this p 阅读全文
posted @ 2020-11-25 20:27 船长博客 阅读(660) 评论(0) 推荐(0) 编辑
摘要: ctrl + enter 执行 ctrl + shift + M : %>% alt + - : <- 阅读全文
posted @ 2020-11-25 17:23 船长博客 阅读(805) 评论(0) 推荐(0) 编辑
永远相信美好的事情即将发生!