compare_ranges | R Documentation |
Compare ranges of variables in 'many' data
compare_ranges(datacube, dataset = "all", variable)
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. |
variable |
Please declare a variable present in one or more datasets in the 'many' datacube. For multiple variables, please declare variable names as a vector. |
compare_ranges()
compares the number of observations, variables,
the earliest and latest date in each dataset in a 'many' datacube.
compare_ranges()
returns a tibble with information about the minimal,
maximal, average, and median values for selected variables in datacubes.
Other compare_:
compare_categories()
,
compare_dimensions()
,
compare_missing()
,
compare_overlap()
compare_ranges(emperors, variable = c("Begin", "End"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.