This commit is contained in:
2026-05-21 12:48:42 +08:00
parent f8818ca639
commit cb005286fc
16 changed files with 813 additions and 4 deletions
+10
View File
@@ -5,6 +5,16 @@ format:
logo: _extensions/drwater/dwsd/inst/ucaslogo.png
---
```{r}
#| include: false
#| cache: false
lang <- "cn"
require(tidyverse)
require(learnr)
knitr::opts_chunk$set(echo = TRUE)
```
## [第6次课后作业](第6次课后作业_模板.html)
1. 如何在 R 中将数字 10 赋值给变量 x?