compare_dimensions: Compare dimensions for 'many' data

View source: R/compare.R

compare_dimensionsR Documentation

Compare dimensions for 'many' data

Description

Compare dimensions for 'many' data

Usage

compare_dimensions(datacube, dataset = "all")

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.

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.

See Also

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

Examples


compare_dimensions(emperors)


globalgov/qData documentation built on Feb. 23, 2024, 4:16 a.m.