render compile
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
:::
|
||||
:::
|
||||
::::
|
||||
|
||||
## 特殊值
|
||||
|
||||
|
||||
Reference in New Issue
Block a user