mean_pagecounts: Mean Page Counts

mean_pagecountsR Documentation

Mean Page Counts

Description

Estimate mean and median page counts.

Usage

mean_pagecounts(df, pagecount.field = "pagecount", rounding = FALSE)

Arguments

df

data frame, including the required fields.

pagecount.field

Field to be used in estimation.

rounding

Round to the closest integer

Value

Average page count.

Author(s)

Leo Lahti leo.lahti@iki.fi

References

See citation("bibliographica")

Examples

## Not run: m <- mean_pagecounts(df)

rOpenGov/bibliographica documentation built on April 10, 2022, 8:51 p.m.