Learn R Programming

webtools (version 0.7.12)

dinfo: 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)

Value

A tibble of datasets belonging to the package.

Arguments

pkg

The package name

Examples

Run this code
dinfo('TSrepr')

Run the code above in your browser using DataLab