jst_add_total_pages {jstor} | R Documentation |
Add total count of pages
Description
This function adds a column with the total count of pages. It calls
jst_get_total_pages()
which does the main work.
Usage
jst_add_total_pages(meta_data, quietly = FALSE)
Arguments
meta_data |
Data which was processed via |
quietly |
Should warnings from converting page ranges be suppressed? |
Value
A tibble
, as provided with in meta_data
, with an additional
column on total number of pages.
See Also
[Package jstor version 0.3.11 Index]