Skip to content

Commit ec9a357

Browse files
Update README.md
1 parent 0101ca1 commit ec9a357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ iris[3:8,] %>%
8585

8686
*unnest_dt* is now fast enough to beat the *tidyr::unnest*, but the *nest_dt* function would build a nested data.table with *data.table* inside. How to use such data structure is remained to be seen, and the performance is still to be explored.
8787

88-
*tidyfst* will keep up with the [updates](https://github.com/Rdatatable/data.table/blob/master/NEWS.md) of *data.table* , in the next step would introduce more new features to improve the performance and flexibility to facilitate fast data manipulation in data syntax.
88+
*tidyfst* will keep up with the [updates](https://github.com/Rdatatable/data.table/blob/master/NEWS.md) of *data.table* , in the next step would introduce more new features to improve the performance and flexibility to facilitate fast data manipulation in tidy syntax.
8989

9090
## Vignettes
9191
- [Example 1: Basic usage](https://hope-data-science.github.io/tidyfst/articles/example1_intro.html)

0 commit comments

Comments
 (0)