powered by
Compare the overlap between datasets in 'many' datacubes
compare_overlap(datacube, dataset = "all", key = "manyID")
compare_overlap() returns a tibble with information about each dataset and the number of overlapping observations.
compare_overlap()
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.
A variable key to join datasets. 'manyID' by default.
compare_overlap() compares the overlap between "key" observations in each dataset in a 'many' datacube.
Other compare_: compare_categories(), compare_dimensions(), compare_missing()
compare_categories()
compare_dimensions()
compare_missing()
# \donttest{ compare_overlap(emperors, key = "ID") plot(compare_overlap(emperors, key = "ID")) # }
Run the code above in your browser using DataLab