rfsaldanha / microdatasus

Download de dados do DataSUS e pré-processamento no R.
https://rfsaldanha.github.io/microdatasus/
Other
230 stars 57 forks source link

fetch_datasus problem with multiple UFs #77

Closed oranzani closed 1 year ago

oranzani commented 1 year ago

Oi @rfsaldanha , hoje brincando com download do SIH, usando a função fetch_datasus para mais de uma UF, sempre recebi o seguinte erro:

Error in if (information_system %in% sisSINAN & uf != "all") { : the condition has length > 1

    if (information_system %in% sisSINAN & uf != "all") {
        message("SINAN files are not available per UF. Ignoring argument 'uf' and downloading all data.")
    }

https://github.com/rfsaldanha/microdatasus/blob/f0fda7a36cfcb294251b720699fecd14bfdf3d12/R/fetch_datasus.R#L84C2-L84C2

Imagino que precise de um if else.

Valeu

rfsaldanha commented 1 year ago

Obrigado! Consegui arrumar agora.