Skip to content

Commit 19bd7b8

Browse files
committed
Update TADAModule1_AdvancedTraining.Rmd
1 parent 28cf181 commit 19bd7b8

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

vignettes/TADAModule1_AdvancedTraining.Rmd

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,13 @@ the console to update dependency packages that have more recent versions
9999
available. If you see this prompt, it is recommended to update all of
100100
them (enter 1 into the console).
101101

102-
The most stable branch for TADA right now is the develop
103-
branch. Contributors generally create their own branches based on
104-
develop, make some improvements, and then submit a pull request to be
105-
reviewed by the TADA Team. Once approved, updates are then merged into
106-
the develop branch. However, you are welcome to download any branch
107-
you'd like using the `ref` input in `install_github` (see code chunk
108-
below). This functionality is mainly only useful to TADA package
102+
The most stable branch for TADA right now is the develop branch.
103+
Contributors generally create their own branches based on develop, make
104+
some improvements, and then submit a pull request to be reviewed by the
105+
TADA Team. Once approved, updates are then merged into the develop
106+
branch. However, you are welcome to download any branch you'd like using
107+
the `ref` input in `install_github` (see code chunk below). This
108+
functionality is mainly only useful to TADA package
109109
developers/contributors.
110110

111111
```{r install_TADA, eval = F, results = 'hide'}
@@ -122,7 +122,7 @@ session.
122122
library(EPATADA)
123123
```
124124

125-
It's that easy!
125+
It's that easy!
126126

127127
The following code block ensures the additional packages needed to run
128128
the code in this RMarkdown document are loaded. However, users may also
@@ -176,12 +176,12 @@ template <- TADA_GetTemplate() # download template to working directory
176176
exampledata_Nutrients_UT <- Data_Nutrients_UT
177177
```
178178

179-
`TADA_DataRetrieval` is built upon USGS's `dataRetrieval::readWQPdata` and
180-
`dataRetrieval::whatWQPsites` functions within the dataRetrieval package,
181-
which uses web service calls to bring WQP data into the R environment.
182-
Additionally, `TADA_DataRetrieval` performs some basic quality control checks
183-
via `TADA_AutoClean` on the data using new TADA-specific columns to preserve
184-
the original dataframe:
179+
`TADA_DataRetrieval` is built upon USGS's `dataRetrieval::readWQPdata`
180+
and `dataRetrieval::whatWQPsites` functions within the dataRetrieval
181+
package, which uses web service calls to bring WQP data into the R
182+
environment. Additionally, `TADA_DataRetrieval` performs some basic
183+
quality control checks via `TADA_AutoClean` on the data using new
184+
TADA-specific columns to preserve the original dataframe:
185185

186186
- Converts key character columns to ALL CAPS for easier harmonization
187187
and validation.
@@ -232,14 +232,14 @@ data. This ensures that all important quality control columns are
232232
included in the dataframe.
233233

234234
**Note:** USGS and EPA are working together to create WQP 3.0 data
235-
profiles. Once released (coming in 2025), one data profile will contain the
236-
columns critical to TADA, removing the need to combine profiles in this first
237-
step. This will simplify the steps needed to upload a custom or WQP
238-
GUI-downloaded dataframe into the R package. However, column names are
239-
changing in the new WQP 3.0 data profiles. This may impact TADA package users
240-
usage of the `TADA_DataRetrieval` function in their workflows. The WQP and
241-
TADA teams are available to assist with cross walking the old to new column
242-
names when the time comes.
235+
profiles. Once released (coming in 2025), one data profile will contain
236+
the columns critical to TADA, removing the need to combine profiles in
237+
this first step. This will simplify the steps needed to upload a custom
238+
or WQP GUI-downloaded dataframe into the R package. However, column
239+
names are changing in the new WQP 3.0 data profiles. This may impact
240+
TADA package users usage of the `TADA_DataRetrieval` function in their
241+
workflows. The WQP and TADA teams are available to assist with cross
242+
walking the old to new column names when the time comes.
243243

244244
## Initial data review
245245

0 commit comments

Comments
 (0)