render compile

This commit is contained in:
2026-05-21 14:40:44 +08:00
parent 61bd0bea2f
commit 845b840cc9
6 changed files with 23 additions and 16 deletions
+3 -13
View File
@@ -5,15 +5,6 @@ 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)
```
## 数据类型
### 数值型
@@ -53,7 +44,7 @@ c(TRUE, FALSE)
## 特殊值
::: columns
:::: columns
::: {.column width="45%"}
- `NA`: 这是最常见的NA类型,表示缺失值
- `NA_integer_`: 这是NA的整数类型
@@ -62,8 +53,7 @@ c(TRUE, FALSE)
- `NA_complex_`: 这是NA的复数类型
:::
::: {.column width="5%"}
:::
::: {.column width="45%"}
```{r}
#| echo: true
@@ -74,7 +64,7 @@ Inf
```
:::
:::
::::
## 特殊值