Learn R Programming

Tivy (version 0.1.1)

fetch_announcements_batch: 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
)

Value

Data frame with announcements or NULL if error.

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.