Retrieves batch of announcements using token.
fetch_announcements_batch(
start_index,
batch_size,
token,
cookies,
main_url,
tipo = 2,
start_date = "",
end_date = "",
verbose = TRUE
)
Data frame with announcements or NULL if error.
Start index for pagination.
Batch size.
Security token.
Cookies for request.
Reference URL.
Announcement type.
Start date (optional).
End date (optional).
Show detailed information.