Learn R Programming

litRiddle (version 1.0.0)

find.dataset: Find Dataset, Given a Column Name

Description

Return the name of the dataset where a column can be found.

Usage

find.dataset(name = NULL)

Value

A character vector containing names of relevant datasets.

Arguments

name

specify the name of the variable you want to find.

Author

Saskia Lensink, Maciej Eder

Details

The function returns the name of the data table containing a given column name.

References

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

See Also

reviews, respondents, motivations, books

Examples

Run this code
find.dataset("book.id")
find.dataset("age.resp")

Run the code above in your browser using DataLab