Skip to contents

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.