Generating indexes of tables and figures in RMarkdown using captioner
up vote
0
down vote
favorite
I am writing a document in RMarkdown where I have plenty of figures and tables, adding them by using the R package captioner
This is the chunk code in Rmd
```{r opciones_base_scripts, message=FALSE, warning=FALSE, include=FALSE, paged.print=FALSE}
library(captioner)
tabla_nums <- captioner(prefix = "Tabla")
figura_nums <- captioner(prefix = "Figura")
```
How can I add indexes of tables and figures at the end/beginning of the document?
Any alternative?
markdown r-markdown caption
add a comment |
up vote
0
down vote
favorite
I am writing a document in RMarkdown where I have plenty of figures and tables, adding them by using the R package captioner
This is the chunk code in Rmd
```{r opciones_base_scripts, message=FALSE, warning=FALSE, include=FALSE, paged.print=FALSE}
library(captioner)
tabla_nums <- captioner(prefix = "Tabla")
figura_nums <- captioner(prefix = "Figura")
```
How can I add indexes of tables and figures at the end/beginning of the document?
Any alternative?
markdown r-markdown caption
Could you precise the output format (html_document
,pdf_document
,bookdown::html_document2
,bookdown::pdf_document2
...)?
– romles
Nov 9 at 12:36
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am writing a document in RMarkdown where I have plenty of figures and tables, adding them by using the R package captioner
This is the chunk code in Rmd
```{r opciones_base_scripts, message=FALSE, warning=FALSE, include=FALSE, paged.print=FALSE}
library(captioner)
tabla_nums <- captioner(prefix = "Tabla")
figura_nums <- captioner(prefix = "Figura")
```
How can I add indexes of tables and figures at the end/beginning of the document?
Any alternative?
markdown r-markdown caption
I am writing a document in RMarkdown where I have plenty of figures and tables, adding them by using the R package captioner
This is the chunk code in Rmd
```{r opciones_base_scripts, message=FALSE, warning=FALSE, include=FALSE, paged.print=FALSE}
library(captioner)
tabla_nums <- captioner(prefix = "Tabla")
figura_nums <- captioner(prefix = "Figura")
```
How can I add indexes of tables and figures at the end/beginning of the document?
Any alternative?
markdown r-markdown caption
markdown r-markdown caption
asked Nov 7 at 11:12
antecessor
572212
572212
Could you precise the output format (html_document
,pdf_document
,bookdown::html_document2
,bookdown::pdf_document2
...)?
– romles
Nov 9 at 12:36
add a comment |
Could you precise the output format (html_document
,pdf_document
,bookdown::html_document2
,bookdown::pdf_document2
...)?
– romles
Nov 9 at 12:36
Could you precise the output format (
html_document
, pdf_document
, bookdown::html_document2
, bookdown::pdf_document2
...)?– romles
Nov 9 at 12:36
Could you precise the output format (
html_document
, pdf_document
, bookdown::html_document2
, bookdown::pdf_document2
...)?– romles
Nov 9 at 12:36
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53188342%2fgenerating-indexes-of-tables-and-figures-in-rmarkdown-using-captioner%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Could you precise the output format (
html_document
,pdf_document
,bookdown::html_document2
,bookdown::pdf_document2
...)?– romles
Nov 9 at 12:36