-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathREADME.Rmd
More file actions
71 lines (61 loc) · 2.35 KB
/
README.Rmd
File metadata and controls
71 lines (61 loc) · 2.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
---
title: "Introduction to the RAQSAPI package"
author: Clinton Mccrowey, physical scientist - US EPA
abstract: RAQSAPI is a package for R that connects the R programming language
environment to the United States Environmental Protection Agency's Air Quality
System (AQS) Data Mart database for retrieval of ambient air pollution data.
output:
rmarkdown::github_document:
toc: true
rmarkdown::html_document: null
lang: en-US
bibliography: ./vignettes/AQSAPI.bib
csl: ./vignettes/acs-nano.csl
---
```{r SETUP, echo = FALSE, message = FALSE, warning = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
tidy.ops = list(width.cutoff = 80),
tidy = TRUE
)
```
<img src="./vignettes/figures/RAQSAPIhexsticker.png" alt="RAQSAPI hexsticker" align="right" width="150" height="150">
<!-- badges: start -->
[](
https://www.repostatus.org/#active)
[](
https://github.com/USEPA/RAQSAPI/actions)
[](
https://CRAN.R-project.org/package=RAQSAPI)
[](
https://cran.r-project.org/package=RAQSAPI)
[](
https://lifecycle.r-lib.org/articles/stages.html)
[](
https://choosealicense.com/licenses/mit/)
[)`-yellowgreen.svg)](/commits/master)
[](https://github.com/USEpa/\
/RAQSAPI/.github/workflows/pkgcheck.yaml)
<!-- badges: end -->
```{r child = "./vignettes/EPA_Disclaimer.Rmd", echo = FALSE, comment = NA}
```
```{r child = "./vignettes/Intro.Rmd"}
```
```{r child = "./vignettes/TimelinessofAQSData.Rmd"}
```
```{r child = "./vignettes/InstallandSetup.Rmd", echo = FALSE, comment = NA}
```
```{r child = "./vignettes/UsingRAQSAPI.Rmd"}
```
```{r child = "./vignettes/RAQSAPIFunctions-Brief.Rmd"}
```
```{r child = "./vignettes/pyaqsapi.Rmd"}
```
```{r child = "./vignettes/Acknowledgements.Rmd"}
```
# References