find.dataset {litRiddle} | R Documentation |
Find Dataset, Given a Column Name
Description
Return the name of the dataset where a column can be found.
Usage
find.dataset(name = NULL)
Arguments
name |
specify the name of the variable you want to find. |
Details
The function returns the name of the data table containing a given column name.
Value
A character vector containing names of relevant datasets.
Author(s)
Saskia Lensink, Maciej Eder
References
https://literaryquality.huygens.knaw.nl/
See Also
reviews
, respondents
, motivations
, books
Examples
find.dataset("book.id")
find.dataset("age.resp")
[Package litRiddle version 1.0.0 Index]