Other packages > Find by keyword >

RAQSAPI  

A Simple Interface to the US EPA Air Quality System Data Mart API
View on CRAN: Click here


Download and install RAQSAPI package within the R console
Install from CRAN:
install.packages("RAQSAPI")

Install from Github:
library("remotes")
install_github("cran/RAQSAPI")

Install by package version:
library("remotes")
install_version("RAQSAPI", "2.0.5")



Attach the package and use:
library("RAQSAPI")
Maintained by
Clinton Mccrowey
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2021-03-13
Latest Update: 2024-06-12
Description:
Retrieve air monitoring data and associated metadata from the US Environmental Protection Agency's Air Quality System service using functions. See for details about the US EPA Data Mart API.
How to cite:
Clinton Mccrowey (2021). RAQSAPI: A Simple Interface to the US EPA Air Quality System Data Mart API. R package version 2.0.5, https://cran.r-project.org/web/packages/RAQSAPI. Accessed 26 Jun. 2026.
Previous versions and publish date:
2.0.0 (2021-03-13 14:20), 2.0.1 (2021-03-31 18:00), 2.0.2 (2021-11-29 19:40), 2.0.3 (2022-01-28 18:10)
Other packages that cited RAQSAPI R package
View RAQSAPI citation profile
Other R packages that RAQSAPI depends, imports, suggests or enhances
Complete documentation for RAQSAPI
Functions, R codes and Examples using the RAQSAPI R package
Some associated functions: RAQSAPI . aqs_annualsummary_by_box . aqs_annualsummary_by_cbsa . aqs_annualsummary_by_county . aqs_annualsummary_by_site . aqs_annualsummary_by_state . aqs_cbsas . aqs_classes . aqs_counties_by_state . aqs_credentials . aqs_dailysummary_by_box . aqs_dailysummary_by_cbsa . aqs_dailysummary_by_county . aqs_dailysummary_by_site . aqs_dailysummary_by_state . aqs_fields_by_service . aqs_isavailable . aqs_knownissues . aqs_mas . aqs_metadata_service . aqs_monitors_by_box . aqs_monitors_by_cbsa . aqs_monitors_by_county . aqs_monitors_by_site . aqs_monitors_by_state . aqs_parameters_by_class . aqs_pqaos . aqs_qa_annualpeferomanceeval_by_MA . aqs_qa_annualpeferomanceeval_by_pqao . aqs_qa_annualpeferomanceeval_by_site . aqs_qa_annualpeferomanceeval_by_state . aqs_qa_annualperformanceeval_by_county . aqs_qa_annualperformanceevaltransaction_by_MA . aqs_qa_annualperformanceevaltransaction_by_county . aqs_qa_annualperformanceevaltransaction_by_pqao . aqs_qa_annualperformanceevaltransaction_by_site . aqs_qa_annualperformanceevaltransaction_by_state . aqs_qa_blanks_by_MA . aqs_qa_blanks_by_county . aqs_qa_blanks_by_pqao . aqs_qa_blanks_by_site . aqs_qa_blanks_by_state . aqs_qa_collocated_assessments_by_MA . aqs_qa_collocated_assessments_by_county . aqs_qa_collocated_assessments_by_pqao . aqs_qa_collocated_assessments_by_site . aqs_qa_collocated_assessments_by_state . aqs_qa_flowrateaudit_by_MA . aqs_qa_flowrateaudit_by_county . aqs_qa_flowrateaudit_by_pqao . aqs_qa_flowrateaudit_by_site . aqs_qa_flowrateaudit_by_state . aqs_qa_flowrateverification_by_MA . aqs_qa_flowrateverification_by_county . aqs_qa_flowrateverification_by_pqao . aqs_qa_flowrateverification_by_site . aqs_qa_flowrateverification_by_state . aqs_qa_one_point_qc_by_MA . aqs_qa_one_point_qc_by_county . aqs_qa_one_point_qc_by_pqao . aqs_qa_one_point_qc_by_site . aqs_qa_one_point_qc_by_state . aqs_qa_pep_audit_by_MA . aqs_qa_pep_audit_by_county . aqs_qa_pep_audit_by_pqao . aqs_qa_pep_audit_by_site . aqs_qa_pep_audit_by_state . aqs_quarterlysummary_by_box . aqs_quarterlysummary_by_cbsa . aqs_quarterlysummary_by_county . aqs_quarterlysummary_by_site . aqs_quarterlysummary_by_state . aqs_removeheader . aqs_revisionhistory . aqs_sampledata_by_box . aqs_sampledata_by_cbsa . aqs_sampledata_by_county . aqs_sampledata_by_site . aqs_sampledata_by_state . aqs_sampledurations . aqs_services_by_MA . aqs_services_by_box . aqs_services_by_cbsa . aqs_services_by_county . aqs_services_by_pqao . aqs_services_by_site . aqs_services_by_state . aqs_sign_up . aqs_sites_by_county . aqs_states . aqs_transactionsample_by_MA . aqs_transactionsample_by_county . aqs_transactionsample_by_site . aqs_transactionsample_by_state . 
Some associated R codes: AQSAPI_helperfunctions.R . RAQSAPI-package.R . RAQSAPIlistfunctions.R . bybox.R . bycbsa.R . bycounty.R . byma.R . bypqao.R . bysite.R . bystate.R . setupfunctions.R . zzz.R .  Full RAQSAPI package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

PoisBinOrdNor  
Data Generation with Poisson, Binary, Ordinal and Normal Components
Generation of multiple count, binary, ordinal and normal variables simultaneously given the marginal ...
Download / Learn more Package Citations See dependency  
colormap  
Color Palettes using Colormaps Node Module
Allows to generate colors from palettes defined in the colormap module of 'Node.js'. (see ...
Download / Learn more Package Citations See dependency  
poptrend  
Estimate Smooth and Linear Trends from Population Count Survey Data
Functions to estimate and plot smooth or linear population trends, or population indices, from anim ...
Download / Learn more Package Citations See dependency  
ggblanket  
Simplify 'ggplot2' Visualisation
Simplify 'ggplot2' visualisation with 'ggblanket' wrapper functions. ...
Download / Learn more Package Citations See dependency  
tactile  
New and Extended Plots, Methods, and Panel Functions for 'lattice'
Extensions to 'lattice', providing new high-level functions, methods for existing functions, panel f ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  

27,535

R Packages

236,180

Dependencies

73,223

Author Associations

27,536

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA