sam_beta_urls: Generate SAM Beta URLs for Parsing

Description Usage Arguments

View source: R/fbo_sam.R

Description

Return a tibble of URLs based off of the user defined search parameters

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
sam_beta_urls(
  types = "Opportunities",
  keywords = NULL,
  quote_words = T,
  notice_type = NULL,
  set_asides = NULL,
  sort = "date",
  mode = "search",
  active = T,
  version = 1,
  api_key = "O4kzViWGVYNumPqhAzUhYGiZZZwW3RKUEYJOI6ii",
  psc = NULL,
  naics = NULL,
  size = 5000,
  return_message = T
)

Arguments

types

SAM search type options include

  • Opportunities - FBO opportunities (default)

  • Contract Data - FPDS contract data

  • All Award Data - All Government Award data

  • Assistance - Government Grants

  • Entity - Federally Registered entities

  • Federal - Federal Organizations

keywords

vector of keywords to search

quote_words

if TRUE quotes a keyword

sort

method of sorting

  • relevence

  • date - date modified

mode

search mode

  • none

  • search - default

active

if TRUE only active listings

version

default of 1

api_key

apikey

psc

if not NULL string of words to search PSCs

naics

if not NULL string of words to search NAICS

size

size of the results - defaults to 1000

return_message

if TRUE returns a message

notice_types

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