Learn R Programming

RPublica (version 0.1.2)

forensics: Forensics API

Description

Retrieve details about a given state or system

Usage

geos(state=NULL, ...)

systems(id, ...)

Arguments

state
An optional character string containing a two-letter state postal code. If NULL, results for all available states are returned.
id
The identification number for a particular medical examiner or coroner system.
...
Arguments passed to getURL.

References

http://projects.propublica.org/forensics/api{API Documentation}

Examples

Run this code
geos('ny')

systems(36)

Run the code above in your browser using DataLab