atrazine.dl | R Documentation |
Atrazine Reporting Data A dataset of the reporting and detection levels for atrazine from the U.S. Geological Survey National Water Quality Lab.
atrazine.dl
Data frame with 23 rows and 9 columns
Name | Type | Description |
ConstituentName | character | Name of the constituent |
TestID | character | Parameter code and method |
LabCode | character | Lab code for method |
StartDate | Date | Start date for the reporting and detection levels |
EndDate | Date | End date for the reporting and detection levels |
ReportLevelCode | character | Reporting level code |
DetectionLevel | numeric | Detection level |
ReportingLevel | numeric | Reporting level |
Units | character | Units of the concentration |
Data retrieved from the U.S. Geological Survey National Water Quality Lab reporting level database on January 4, 2016.
data(atrazine.dl) # What methods; 39632 is the parameter code for atrazine with(atrazine.dl, unique(TestID))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.