Description Usage Format Examples
Makes the idiosyncratic age_range
in the sample files suitable for analysis. Join the sample file with this table
(after data.table::setkeyv(sample_file_1314, "age_range")
).
1 |
A table of 12 rows and 2 columns:
An integer from 0 to 11 representing birth year ranges.
An (correctly) ordered factor containing human-readable versions.
1 | merge(sample_file_1314, age_range_decoder, by = "age_range")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.