compare_dimensions | R Documentation |
Compare dimensions for 'many' data
compare_dimensions(datacube, dataset = "all")
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. |
compare_dimensions()
compares the number of observations,
variables, the earliest date, and the latest date in all observations
for datasets in a 'many' datacube.
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.
Other compare_:
compare_categories()
,
compare_missing()
,
compare_overlap()
,
compare_ranges()
compare_dimensions(emperors)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.