explain {litRiddle}R Documentation

Explain Variables

Description

Function that lists a short explanation of what the different column names refer to and what their levels consist of.

Usage

explain(dataset = "")

Arguments

dataset

specify whether or not you want to add the freqTable with the frequency counts of the word n-grams of the books. Default is FALSE.

Details

In the current version, the option dataset = TRUE is not fully implemented.

Value

A character vector being a description of the dataset.

Author(s)

Saskia Lensink, Maciej Eder

References

https://literaryquality.huygens.knaw.nl/

See Also

reviews, respondents, motivations, books

Examples

explain("books")
explain("reviews")
explain("respondents")

[Package litRiddle version 1.0.0 Index]