
R grammar
elsahhhhh
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
R gsub Function
原文链接 http://www.endmemo.com/program/R/gsub.php gsub()function replaces all matches of a string, if the parameter is a string vector, returns a string vector of the same length and with the same att...转载 2019-03-15 17:24:24 · 310 阅读 · 0 评论 -
tidyr - gather() and spread()
Gather And Spread: Using the tidyverse to go between wide and long The problem Frequently data you receive or create will be in formats that are unsuitable for analysis as they stand and require mod...转载 2019-03-13 20:40:49 · 633 阅读 · 0 评论