find.dataset: Find Dataset, Given a Column Name

View source: R/findDataset.R

find.datasetR 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")

karinavdo/LitRiddleData documentation built on July 21, 2023, 3:04 a.m.