You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
essa é a função sinasc.dn fiz a partir da outras funções, mas substituir datasus.init por tempdir.
A função é para coletar os micro dados do nascidos vivo.
essa é a função sinasc.dn fiz a partir da outras funções, mas substituir datasus.init por tempdir.
A função é para coletar os micro dados do nascidos vivo.
sinasc.dn <- function(years) {
sinasc <- data.frame()
for(i in years) {
for (y in c('AC', 'AL', 'AP', 'AM',
'BA', 'CE', 'DF', 'ES',
'GO', 'MA', 'MT', 'MS',
'MG', 'PA', 'PB', 'PR',
'PE', 'PI', 'RJ', 'RN',
'RS', 'RO', 'RR', 'SC',
'SP', 'SE', 'TO')) {
}
Returns data.frame
sinasc
}
The text was updated successfully, but these errors were encountered: