getStandards: Get Standards

getStandardsR Documentation

Get Standards

Description

Get standards from database using standards table.

Usage

getStandards(
  from,
  to,
  sys = "both",
  getcurrents = TRUE,
  rec = NULL,
  osg = NULL
)

Arguments

from

Character vector of date in form 'YYYY-MM-DD'.

to

Character vector of date in form 'YYYY-MM-DD'.

sys

Character vector of system name: 'cfams', 'usams', or 'both'.

getcurrents

logical. Get current and count data?

rec

Numeric vector of NOSAMS reciept numbers. If supplied, get all records matching these receipt numbers.

osg

Numeric vector of NOSAMS osg numbers. Supersedes 'rec' parameter.

Value

A data frame of standards data


blongworth/amstools documentation built on Nov. 9, 2023, 6:52 p.m.