explore_package: Explore all the datasets available in an installed package

Description Usage Arguments Value Author(s) Examples

Description

The explore_package function finds all the data frames in an installed package and summarizes the number and classes of variables in each.

Usage

1

Arguments

pkg

The name of a package.

Value

A data frame. Each row gives the counts (by class) of all the variables in each data frame in the package. If there are no data frames in the package, an empty data frame will be returned.

Author(s)

Sean Raleigh, sraleigh@westminstercollege.edu

Jack Wilburn jackwilburn@tutanota.com

Examples

1
explore_package("datasets")

VectorPosse/datafinder documentation built on May 9, 2019, 9:43 p.m.