Code
SCB(Municipality = "Uppsala", Age = 24, Gender = "Women", MaritalStatus = "Divorced")
Output
[1] 8
Code
SCB(Municipality = "Lomma", LandUseType = "Total forest")
Output
[1] 204
Code
SCB(Municipality = "Lund", MunicipalOrRegionalTax = "Municipal")
Output
[1] 21.24
Code
SCB(Municipality = "Lund", HighSchoolEligibility = "True")
Output
[1] 5511.124
Code
SCB(forceTable = "AgeGender", Gender = "Women")
Output
[1] 5131775
Code
SCB(forceTable = "LandUse", LandUseType = "Total area")
Output
[1] 40731056
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.