R语言笔记
Maro_13th
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
centos7安装R
Centos7下安装R的方法总结 在Centos下安装R的时候,遇到了许多问题,进过多次的安装,卸载,再安装的过程。对Centos下安装R进行了总结;方法主要主要有两类: 方法(1)推荐方法: 采用epel-realse源安装R语言, 类似于ubuntu下的sudo apt-get install r-base, 步骤1:yum install -y epel-release 步骤2原创 2017-07-15 13:34:29 · 724 阅读 · 0 评论 -
R语言树模型
参考资料:https://max.book118.com/html/2017/0731/125536057.shtm转载 2017-09-25 15:06:51 · 571 阅读 · 0 评论 -
auto_report
ANALYSIS.Rmdss Built_report.R# Set working directory setwd("D:\\R_PROJECT\\machine_learning\\machine\\secco")# Load packages require(knitr) require(markdown) # Create .md, .html, and .pdf files knit("M原创 2017-11-28 15:28:00 · 407 阅读 · 0 评论 -
Send Email
library(mailR) sender <- c("发送邮箱") recipients <- c("接收邮箱") send.mail(from = sender, to = recipients, encoding = 'utf-8', subject = "自动化报告", body = "数据报表",原创 2017-11-28 16:03:36 · 686 阅读 · 0 评论 -
R_笔记
从github中load数据 library(RCurl) x getURL("https://raw.github.com/aronlindberg/latent_growth_classes/master/LGC_data.csv") y read.csv(text = x) From UCI ## Not run: # Download UCI Archived Data原创 2017-11-21 15:15:57 · 306 阅读 · 0 评论 -
链接数据库的几种方法
1、JDBC 可以对数据库操作 dbSendUpdate(codb,"delete from dbo.a_gas_alarm where End_DT = '2018-01-15 09:00:33';") # details: Methods for the class ‘JDBCConnection’ in Package ‘RJDBC’. dbSendQuery and db原创 2018-02-02 09:54:12 · 462 阅读 · 0 评论
分享