tests/testthat/_snaps/SCB.md

Using SCB does not give unexpected errors or warnings

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

Parameter forceTable works as expected

Code
  SCB(forceTable = "AgeGender", Gender = "Women")
Output
  [1] 5131775
Code
  SCB(forceTable = "LandUse", LandUseType = "Total area")
Output
  [1] 40731056


vagdur/SCBHandlerPlotter documentation built on March 28, 2021, 11:35 p.m.