Skip to content

Commit 13f283f

Browse files
authored
Update datatable-joins.Rmd #7151 line 89-92
corrected: remark taken into account L 89-92 monday friday....
1 parent ec32e0d commit 13f283f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/fr/datatable-joins.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ ProductReceived
8989
```{r define_product_sales}
9090
set.seed(5415)
9191
92-
# Monday-Friday (4 days later) for each of the weeks present in ProductReceived
92+
# lundi-vendredi (4 jours plus tard) pour chaque semaine présente dans ProductReceived
9393
possible_weekdays <- as.IDate(sapply(receipt_dates, `+`, 0:4))
9494
9595
ProductSales = data.table(

0 commit comments

Comments
 (0)