Device-class: An S4 class to represent Device objects

Description Value Slots See Also Examples

Description

new("Device") will instatiate an object of class Device which holds attributes and methods for useful for accessing the openFDA API

Value

An object of a class Device

Slots

ftTab

data.frame object of 510(k)

classTab

data.frame object of Classification

recTab

data.frame object of Recall Enforcement Reports

aeTab

data.frame object of Adverse Events.

pmaTab

data.frame object of Pre-market Approval

rcTab

data.frame object of Recalls

rlTab

data.frame object of Registrations and Listings

udiTab

data.frame object of Unique Device Identifier

See Also

https://open.fda.gov/apis/drug/ndc/ for the actual API description from openFDA. jsonlite for accessing API.

Examples

1
2
3
4
5
6
drug1 <- new("Device", apikey="Sd8Jfad834FDS")

## Not run: 
  drugnorun <- new("Device")

## End(Not run)

ck2136/FDAopenR documentation built on Aug. 15, 2021, 3:43 a.m.