Skip to content

Commit 3d3d2ef

Browse files
global vars and link
1 parent 20df50a commit 3d3d2ef

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

R/Utilities.R

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,9 @@ utils::globalVariables(c(
121121
"cluster", "count", "count_nu", "data_type", "data_type_cd", "dec_lat_va",
122122
"dec_long_va", "end_date", "parameter_code", "parameter_name_description",
123123
"Statistic Type Code", "Statistic Type Description", "agency_cd", "begin_date",
124-
"parm_cd", "site_no", "stat_cd", "stat_type", "grouped.sites", "n", "nearby", "rainbow"
124+
"parm_cd", "site_no", "stat_cd", "stat_type", "grouped.sites", "n",
125+
"nearby", "rainbow", "monitoringLocationId", "monitoringLocationOrgId",
126+
"monitoringLocationDataLink"
125127
))
126128

127129
# global variables for tribal feature layers used in TADA_OverviewMap in Utilities.R

vignettes/TADAModule1.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ Additional resources:
197197
the console: ?TADA_DataRetrieval
198198

199199
- [Introduction to the dataRetrieval
200-
package](https://cran.r-project.org/web/packages/dataRetrieval/index.html)
200+
package](https://CRAN.R-project.org/package=dataRetrieval)
201201

202202
- [General Data Import from Water Quality
203203
Portal](https://rdrr.io/cran/dataRetrieval/man/readWQPdata.html)

0 commit comments

Comments
 (0)