Learn R Programming

crandatapkgs (version 0.1.8)

available_data: available_data

Description

Find Data-only Packages on CRAN

Usage

available_data(fields = c("Package", "Version", "License"), ...)

Arguments

fields

A character vector of fields to extract from available.packages.

Additional arguments passed to available.packages.

Value

A data.frame containing the requested fields, plus “Type” (indicating whether it is a data-only package or a data-supplement to another package) and “DataDescription” (providing a short description of the data contained in the package).

Details

This function returns a data.frame representation of the output of available.packages that contains only known data-only and/or data-heavy packages that are available on CRAN.

Examples

Run this code

# get available data packages
a <- available_data()

Run the code above in your browser using DataLab