Windows: Phím tắt tạo code chunk (là đoạn code thực thi dòng lệnh) Ctrl + F7

---
title: 
author: 
date: "`r Sys.Date()`"
output:
  html_document:
    toc: true
    toc_depth: 5
    number_sections: true
    toc_float:
      collapsed: false
      smooth_scroll: false
editor_options: 
  chunk_output_type: console
---

```{r, echo=FALSE, results='hide'}
knitr::opts_chunk$set(message = FALSE,     
                      warning = FALSE) 
```

Windows: Phím tắt tạo code chunk (là đoạn code thực thi dòng lệnh) Ctrl + Alt + I

Link 1

Link 2