We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9300ad commit e32a5dbCopy full SHA for e32a5db
vignettes/fr/datatable-joins.Rmd
@@ -2,24 +2,18 @@
2
title: "Jointures avec data.table"
3
date: "`r Sys.Date()`"
4
output:
5
- markdown::html_format
+ litedown::html_format
6
vignette: >
7
%\VignetteIndexEntry{Jointures avec data.table}
8
- %\VignetteEngine{knitr::knitr}
+ %\VignetteEngine{litedown::litedown}
9
\usepackage[utf8]{inputenc}
10
editor_options:
11
chunk_output_type: console
12
---
13
14
```{r, echo = FALSE, message = FALSE}
15
require(data.table)
16
-knitr::opts_chunk$set(
17
- comment = "#",
18
- error = FALSE,
19
- tidy = FALSE,
20
- cache = FALSE,
21
- collapse = TRUE
22
-)
+litedown::reactor(comment = "# ")
23
```
24
25
```{r, echo=FALSE, file='../_translation_links.R'}
0 commit comments