View source: R/augmentations.R
jst_add_total_pages | R Documentation |
This function adds a column with the total count of pages. It calls
jst_get_total_pages()
which does the main work.
jst_add_total_pages(meta_data, quietly = FALSE)
meta_data |
Data which was processed via |
quietly |
Should warnings from converting page ranges be suppressed? |
A tibble
, as provided with in meta_data
, with an additional
column on total number of pages.
jst_get_total_pages()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.