Skip to content

Commit

Permalink
Update data.table.qmd
Browse files Browse the repository at this point in the history
  • Loading branch information
wanganlin00 committed Nov 14, 2024
1 parent 62f9b44 commit 2bed533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R_notes_version_0/data.table.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ library(dplyr, warn.conflicts = FALSE)

## dtplyr 语法

DTPLYR 使用 DPLYR 的语法s实现 [data.table](http://r-datatable.com/) 的速度;编写 DPLYR(和 TidyR)代码,DTPLYR 将其转换为等效的 Data.Table。
DTPLYR 使用 DPLYR 的语法s实现 [data.table](http://r-datatable.com/) 的速度;编写 DPLYR(和 TidyR)代码,DTPLYR 将其转换为等效的 Data.Table。

```{r}
mtcars2 <- lazy_dt(mtcars)
Expand Down

0 comments on commit 2bed533

Please sign in to comment.