spec Return a speciate data.frame

spec(code)

Arguments

code

Character, PROFILE CODE required by EPA/Speciate

Value

a data.frame with full information for the desired code (PROFILE_CODE)

References

Simon, H., Beck, L., Bhave, P.V., Divita, F., Hsu, Y., Luecken, D., Mobley, J.D., Pouliot, G.A., Reff, A., Sarwar, G. and Strum, M., 2010. The development and uses of EPA SPECIATE database. Atmospheric Pollution Research, 1(4), pp.196-206.

Examples

if (FALSE) {
code <- "8855"
x <- spec(code)
}