From 99783d74a4408ac28910ede275e3c970d9035fb1 Mon Sep 17 00:00:00 2001 From: David Budzynski <56514985+davidbudzynski@users.noreply.github.com> Date: Fri, 3 Nov 2023 08:12:26 +0000 Subject: [PATCH] Update vignettes/datatable-reshape.Rmd Co-authored-by: Michael Chirico --- vignettes/datatable-reshape.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/datatable-reshape.Rmd b/vignettes/datatable-reshape.Rmd index 01e955154..3d2dce3df 100644 --- a/vignettes/datatable-reshape.Rmd +++ b/vignettes/datatable-reshape.Rmd @@ -138,7 +138,7 @@ Check `?dcast` for other useful arguments and additional examples. ## 2. Limitations in current `melt/dcast` approaches -So far we've seen features of `melt` and `dcast` that are implemented efficiently for `data.table`s, using internal `data.table` machinery (*fast radix ordering*, *binary search* etc...). +So far we've seen features of `melt` and `dcast` that are implemented efficiently for `data.table`s, using internal `data.table` machinery (*fast radix ordering*, *binary search* etc.). However, there are situations we might run into where the desired operation is not expressed in a straightforward manner. For example, consider the `data.table` shown below: