正则表达式
正则表达式 (Regular Expression) 在代码中常简写为regex、regexp 或 RE,计算机科学的一个概念。正则表达式通常被用来检索、替换那些符合某个模式(规则)的文本。
列目录 ...
R(Import)--rvest
Simple web scraping for R (Hadley)
R(Import)--DBI
definition for communication between R and RDBMSs
R(Import)--读取常用文件
for txt, excel, and json
R(Common)--面向对象
包括面向对象R6类和S4类
R(Common)--data.table
简短的代码实现快速操作数据
R(Common)--tidyverse
tidyverse包集合,核心包(ggplot2,tibble,tidyr,readr,purrr,dplyr)
R(Common)--tibble
tibble 重塑了data.frame,可存储任意类型,包括list,tbl_df 等
R(Common)--R语言基础包
base, stats等基础包函数
R(Documentation)--R Markdown
用于创建可重复性报告和动态文档