Learn R Programming

jstor (version 0.3.8)

jst_add_total_pages: 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?

See Also

jst_get_total_pages()