Skip to content

Commit 234b8f6

Browse files
don't print the table, it should be pretty clear from the code, now looks a bit redundant
1 parent e4dd90e commit 234b8f6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

vignettes/datatable-joins.Rmd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ Products = rowwiseDT(
5151
4L, "soda", 1.49, "ounce", "processed",
5252
NA, "toothpaste", 2.99, "unit", "processed"
5353
)
54-
55-
Products
5654
```
5755

5856
2. Defining a `data.table` showing the proportion of taxes to be applied for processed products based on their units.

0 commit comments

Comments
 (0)