Learn R Programming

manydata (version 1.0.1)

compare_dimensions: Compare dimensions for 'many' data

Description

Compare dimensions for 'many' data

Usage

compare_dimensions(datacube, dataset = "all")

Value

compare_dimensions() returns a tibble with information about each dataset including the number of observations, the number of variables, the earliest date, and the latest date in all observations.

Arguments

datacube

A datacube from one of the many packages.

dataset

A dataset in a datacube from one of the many packages. By default, "all". That is, all datasets in the datacube are used. To select two or more datasets, please declare them as a vector.

Details

compare_dimensions() compares the number of observations, variables, the earliest date, and the latest date in all observations for datasets in a 'many' datacube.

See Also

Other compare_: compare_categories(), compare_missing(), compare_overlap()

Examples

Run this code
# \donttest{
compare_dimensions(emperors)
# }

Run the code above in your browser using DataLab