datazoom.amazonia icon indicating copy to clipboard operation
datazoom.amazonia copied to clipboard

Inconvenience with <LOAD_DATASUS> - <DATASUS>

Open AntonioBergallo opened this issue 3 years ago • 0 comments

Argument "state" is not filtering correctly

Context

Package was downloades from github via DevTools

Code

data <- load_datasus(dataset = "datasus_sim_do",
                     time_period = c(2020),
                     states = "RJ",
                     raw_data = FALSE)

Goals and Expectations

I was expecting to download mortality data exclusively from Rio, however, it loaded from cities outside the state, such as Manaus and Belém.

AntonioBergallo avatar Oct 22 '22 22:10 AntonioBergallo