Swedish characters in unicode
Examples
print(csdata::se)
#> $OE
#> [1] "Ö"
#>
#> $oe
#> [1] "ö"
#>
#> $AE
#> [1] "Ä"
#>
#> $ae
#> [1] "ä"
#>
Swedish characters in unicode
print(csdata::se)
#> $OE
#> [1] "Ö"
#>
#> $oe
#> [1] "ö"
#>
#> $AE
#> [1] "Ä"
#>
#> $ae
#> [1] "ä"
#>