View source: R/check_labels_table.R
check_labels_table | R Documentation |
labels_table
is validCheck if the labels_table
is valid
Will stop if not.
check_labels_table(labels_table)
labels_table |
a table containing super-
and -population labels, as can be read by read_labels_file.
Note that |
A labels_table
is a tibble
with two columns and zero, one or more rows.
The columns are named population
and super_population
and expresses which population (e.g. 'The Netherlands')
is part of which superpopulation (e.g. 'Europe').
There are as much rows as there are populations.
Nothing. Will stop if labels_table
is invalid.
Richèl J.C. Bilderbeek
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.