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
)
type of file
feed - daily feed
recovery - recovery data
recovery awards - recovery awards
buy american
all - all historic daily feeds
if not NULL
start date
if not NULL
end date
if TRUE
returns only the most recent distinct solicitations
if not NULL
fbo solicitation types to exclude
if TRUE
returns message
if (FALSE) {
fbo_ftp_data(type = "recovery")
}