| generate_summaryfiles | R Documentation |
Generates statistical summaries for preprocessed data.
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")
)
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. |
A vector of output file paths
Leo Lahti leo.lahti@iki.fi
See citation("bibliographica")
# generate_summaryfiles()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.