generate_summaryfiles: Generate Summary Pages

generate_summaryfilesR Documentation

Generate Summary Pages

Description

Generates statistical summaries for preprocessed data.

Usage

generate_summaryfiles(
  df,
  df.orig = NULL,
  author = "Author TBA",
  output.folder = "output.tables/",
  ntop = 20,
  summaries = c("overview", "author", "publicationplace", "publisher", "documents",
    "size", "gender", "topic", "language", "title", "publicationyear", "pagecount",
    "dimension")
)

Arguments

df

data.frame to be summarized

df.orig

Original unpolished data.frame

author

Author name (to printed on the generated documents)

output.folder

Path to the folder with associated summary table

ntop

The number of top findings to show

summaries

A character vector specifying the summaries to be produced.

Value

A vector of output file paths

Author(s)

Leo Lahti leo.lahti@iki.fi

References

See citation("bibliographica")

Examples

# generate_summaryfiles()

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