Learn R Programming

r2dii.data (version 0.2.0)

data_dictionary: Column definitions of all datasets

Description

This dataset provides metadata about all datasets in the package r2dii.data.

Usage

data_dictionary

Arguments

Format

An object of class tbl_df (inherits from tbl, data.frame) with 104 rows and 4 columns.

Definitions

  • column (character): The name of a dataset-column.

  • dataset (character): The name of a dataset.

  • definition (character): The definition of a dataset-column.

  • typeof (character): The result of typeof(), one of double, integer, logical, or character..

Examples

Run this code
# NOT RUN {
head(data_dictionary)
# }

Run the code above in your browser using DataLab