fbo_ftp_data: Acquire FBO bulk FTP data

Description Usage Arguments Examples

View source: R/bizopps.R

Description

Acquire FBO bulk FTP data

Usage

1
2
3
4
5
6
7
8
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

1
2
3
4
## Not run: 
fbo_ftp_data(type = "recovery")

## End(Not run)

abresler/govtrackR documentation built on July 11, 2020, 12:30 a.m.