dinfo: Get dataset info on a package (all of CRAN) and fetch/load...

View source: R/dsearch.R

dinfoR Documentation

Get dataset info on a package (all of CRAN) and fetch/load the dataset/s

Description

Get dataset info on CRAN packages with datasets, installed locally or not. And fetch the datasets. Use dsearch('query') to find packages with datasets. Note: file types may vary, use the full file name of the dataset you require, as displayed. Package & dataset names are case-sensitive.

Usage

dinfo(pkg)

Arguments

pkg

The package name

Value

A tibble of datasets belonging to the package.

Examples

dinfo('TSrepr')

webtools documentation built on Aug. 12, 2022, 1:07 a.m.

Related to dinfo in webtools...