Learn R Programming

litRiddle (version 1.0.0)

explain: 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 = "")

Value

A character vector being a description of the 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.

Author

Saskia Lensink, Maciej Eder

Details

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

References

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

See Also

reviews, respondents, motivations, books

Examples

Run this code
explain("books")
explain("reviews")
explain("respondents")

Run the code above in your browser using DataLab