jst_add_total_pages: Add total count of pages

View source: R/augmentations.R

jst_add_total_pagesR 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 jst_get_article().

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

jst_get_total_pages()


ropensci/jstor documentation built on Aug. 7, 2023, 12:18 p.m.