if (FALSE) { # interactive()
# beneficiary counts for Acre, December 2023
ac <- ans_data(year = 2023, month = 12, uf = "AC")
# consumer complaints for 2022
nip <- ans_data(year = 2022, type = "complaints")
# financial statements Q1 2023
fin <- ans_data(year = 2023, type = "financial", quarter = 1)
}
Run the code above in your browser using DataLab