Tidy World Marriage Data
tidy_csa.RdTidy data downloaded from the UN Population Division's World Migration Data, database.
See also
coef_wmd()Obtain time series of SVD coefficients from World Marriage Datadata_ssvd_wmd()Put World Marriage Data into the format required by thessvd()function in bage
Examples
tidy_csa(un_csa_subset)
#> # A tibble: 645 × 5
#> country time sex age value
#> <chr> <dbl> <chr> <int> <dbl>
#> 1 Australia 2021 Total 5 0.966
#> 2 Australia 2021 Total 6 1
#> 3 Australia 2021 Total 7 1
#> 4 Australia 2021 Total 8 1
#> 5 Australia 2021 Total 9 1
#> 6 Australia 2021 Total 10 1
#> 7 Australia 2021 Total 11 1
#> 8 Australia 2021 Total 12 1
#> 9 Australia 2021 Total 13 1
#> 10 Australia 2021 Total 14 1
#> # ℹ 635 more rows