
Compare dimensions for 'many' data
compare_dimensions(datacube, dataset = "all")
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.
A datacube from one of the many packages.
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.
Other compare_:
compare_categories()
,
compare_missing()
,
compare_overlap()
# \donttest{
compare_dimensions(emperors)
# }
Run the code above in your browser using DataLab