Acquire FBO bulk FTP data

fbo_ftp_data(
  type = NULL,
  start_date = NULL,
  end_date = NULL,
  distinct_solicitations = TRUE,
  exclude_tags = NULL,
  return_message = T
)

Arguments

type

type of file

  • feed - daily feed

  • recovery - recovery data

  • recovery awards - recovery awards

  • buy american

  • all - all historic daily feeds

start_date

if not NULL start date

end_date

if not NULL end date

distinct_solicitations

if TRUE returns only the most recent distinct solicitations

exclude_tags

if not NULL fbo solicitation types to exclude

return_message

if TRUE returns message

Examples

if (FALSE) {
fbo_ftp_data(type = "recovery")
}