Skip to contents

This function is from the book by Bruno Rodrigues entitled 'Building reproducible analytical pipelines with R' (pp 410-411).

Usage

read_data(data_name, package_name)

Arguments

data_name

A character value naming the dataset to be loaded.

package_name

A character value naming the package from which data should be loaded.

Value

A dataset.