Skip to content

Commit b0ccfba

Browse files
committed
explicit sentence
1 parent 692b390 commit b0ccfba

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

content/blog/duckplyr-1-0-0/index.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ In this article, we'll introduce you to the basic concepts behind duckplyr, show
5050

5151
The duckplyr package is a _drop-in replacement for dplyr_ that uses _DuckDB for speed_.
5252
You can simply _drop_ duckplyr into your pipeline by loading it, then computations will be efficiently carried out by DuckDB.
53+
You can use it instead of dplyr for data small or large.
5354

5455
```{r}
5556
library(conflicted)

content/blog/duckplyr-1-0-0/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ tags:
1919
- duckplyr
2020
- dplyr
2121
- tidyverse
22-
rmd_hash: 8d425cc0368747e0
22+
rmd_hash: ae098988bddff042
2323

2424
---
2525

@@ -50,7 +50,7 @@ In this article, we'll introduce you to the basic concepts behind duckplyr, show
5050

5151
## A drop-in replacement for dplyr
5252

53-
The duckplyr package is a *drop-in replacement for dplyr* that uses *DuckDB for speed*. You can simply *drop* duckplyr into your pipeline by loading it, then computations will be efficiently carried out by DuckDB.
53+
The duckplyr package is a *drop-in replacement for dplyr* that uses *DuckDB for speed*. You can simply *drop* duckplyr into your pipeline by loading it, then computations will be efficiently carried out by DuckDB. You can use it instead of dplyr for data small or large.
5454

5555
<div class="highlight">
5656

0 commit comments

Comments
 (0)