首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >专栏 >如何做好R语言笔记

如何做好R语言笔记

原创
作者头像
用户10325578
发布于 2023-02-02 07:28:19
发布于 2023-02-02 07:28:19
4570
举报
文章被收录于专栏:R语言学习笔记R语言学习笔记

title: "Note Exercise"

output: html_document

date: "2023-02-02"


代码语言:{r setup, include=FALSE}
AI代码解释
复制
knitr::opts_chunk$set(echo = TRUE)

R Markdown Mac快捷键

快捷键

(1) command+1\2\3\4\5\6分别代表1-6级标题

(2) 引用:>+空格

(3) 输入命令快捷键:Mac:command+option+i Windows:Ctrl+Alt+i

(4) 反引号:option+数字1前面的那个键

(5) 生成md文件:knitr::knit("tab键选择要转换的Rmd文件"),使用VScode软件看md文件

(6) 分隔线:***

(7) 腾讯云文档,需要自行插入图片

This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com.

When you click the Knit button a document will be generated that includes both content as well as the output of any embedded R code chunks within the document. You can embed an R code chunk like this:

代码语言:{r cars}
AI代码解释
复制
summary(cars)

Including Plots

You can also embed plots, for example:

代码语言:{r pressure, echo=FALSE}
AI代码解释
复制
plot(pressure)

Note that the echo = FALSE parameter was added to the code chunk to prevent printing of the R code that generated the plot.

原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。

如有侵权,请联系 cloudcommunity@tencent.com 删除。

原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。

如有侵权,请联系 cloudcommunity@tencent.com 删除。

评论
作者已关闭评论
暂无评论
推荐阅读
编辑精选文章
换一批
250205记录 如何记R语言笔记
1、Rmd文件:在R语言里面保存。会把.Rmd,.html,figure文件夹一起保存在setwd的位置
Qianhui Cheng
2025/02/05
2280
NOTE
This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com.
用户10672870
2023/07/24
2010
NOTE2023-5-8-1
This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com.
高乐高1
2024/04/15
1540
20231114_Note_Practice
This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com.
用户10840800
2023/11/14
1800
准备工作
This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com.
Miss_林炎
2023/04/11
3590
准备工作
第二课
When you click the Knit button a document will be generated that includes both content as well as the output of any embedded R code chunks within the document. You can embed an R code chunk like this:
小王同学@生信
2023/04/06
3690
第二课
R1基础
This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com.
用户10556374
2023/05/09
3130
note
This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com.
AshtonWang
2023/01/02
3190
Jely's Note之生信入门class1
很容易上手,我是自己准备学c语言、Java,但是我对计算机语言都没有基础。我对代码非常感兴趣,第一节课学的都基础,非常容易吸收!
用户10556369
2023/05/08
6620
Jely's Note之生信入门class1
practice-iris-0128
This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com.
用户10947578
2024/01/28
1380
R4R语言作图
When you click the Knit button a document will be generated that includes both content as well as the output of any embedded R code chunks within the document. You can embed an R code chunk like this:
用户10556374
2023/05/17
8350
71-R分享01-Rmd新手入门指南
参见:https://www.math.pku.edu.cn/teachers/lidf/docs/Rbook/html/_Rbook/rmarkdown.html[1]
北野茶缸子
2021/12/17
8.2K0
71-R分享01-Rmd新手入门指南
R Markdown笔记-33-20240514
代码块部分,在R语言使用快捷键command+option+i,平常写就是英文输入法模式下的3个点`
迟到小王
2024/05/14
1720
生信基础R(1)
This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com.
小小趴菜
2023/05/09
6120
merge 合并问题
This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com.
用户10989719
2024/03/08
3310
R-learn)Day1+Day2
This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com.
用户11184134
2024/06/28
2790
第五课 文件读写
This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com.
小王同学@生信
2023/04/12
2590
第五课 文件读写
R2向量
When you click the Knit button a document will be generated that includes both content as well as the output of any embedded R code chunks within the document. You can embed an R code chunk like this:
用户10556374
2023/05/10
1.6K0
R沟通|Rmarkdown教程(3)
具体细节可参考:https://bookdown.org/yihui/rmarkdown-cookbook/update-date.html
庄闪闪
2021/04/08
3.7K0
R3数据结构和文件读取
When you click the Knit button a document will be generated that includes both content as well as the output of any embedded R code chunks within the document. You can embed an R code chunk like this:
用户10556374
2023/05/15
3.3K0
相关推荐
250205记录 如何记R语言笔记
更多 >
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档