globalsearch: globalsearch

Description Usage Arguments Examples

View source: R/globalsearch.R

Description

This function is the same as summarize_RXProgID_Data, but with a keyword parameter. We could consolidate into one function, but what to call it.

Usage

1
2
globalsearch(RXProgID, OrgProgID = NULL, DatabaseNames = NULL,
  keyword = NULL, excludeZeroCost = T, db.settings)

Arguments

RXProgID

names of the PBB databases to summarrize, set to NULL for all databases. Will exclude test databases

OrgProgID

Specifiy an Org ProgID not the master list ID

DatabaseNames

names of the PBB databases to summarrize, set to NULL for all databases. Will exclude test databases

keyword

keyword to search program names and descriptions for

excludeZeroCost

Should we exclude progrms that are zero cost.

db.settings

Database user, host, pw

Examples

1
data<-globalsearch(RXProgID=NULL,DatabaseNames=NULL,keyword='Fireworks')

RX-PBB/ProgramMapping documentation built on May 6, 2020, 5:29 p.m.