fetch_announcements_batch {Tivy} | R Documentation |
Fetch announcements batch
Description
Retrieves batch of announcements using token.
Usage
fetch_announcements_batch(
start_index,
batch_size,
token,
cookies,
main_url,
tipo = 2,
start_date = "",
end_date = "",
verbose = TRUE
)
Arguments
start_index |
Start index for pagination. |
batch_size |
Batch size. |
token |
Security token. |
cookies |
Cookies for request. |
main_url |
Reference URL. |
tipo |
Announcement type. |
start_date |
Start date (optional). |
end_date |
End date (optional). |
verbose |
Show detailed information. |
Value
Data frame with announcements or NULL if error.
[Package Tivy version 0.1.0 Index]