Skip to content

Commit

Permalink
run styler and update example data
Browse files Browse the repository at this point in the history
  • Loading branch information
cristinamullin committed Nov 12, 2024
1 parent 73dd0f1 commit ee72e5f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions R/WQXRefTables.R
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,15 @@ TADA_GetWQXCharValRef <- function() {
# (for internal use only)

TADA_UpdateWQXCharValRef <- function() {

WQXcharValRef = TADA_GetWQXCharValRef()
save(WQXcharValRef,
file = "inst/extdata/WQXcharValRef.rda",
ascii = FALSE,
compress = "xz",
version = 3)
WQXcharValRef <- TADA_GetWQXCharValRef()
save(WQXcharValRef,
file = "inst/extdata/WQXcharValRef.rda",
ascii = FALSE,
compress = "xz",
version = 3
)
}


# Used to store cached Measure Unit Reference Table
WQXunitRef_Cached <- NULL
Expand Down
Binary file modified data/Data_6Tribes_5y_Harmonized.rda
Binary file not shown.
Binary file modified data/Data_R5_TADAPackageDemo.rda
Binary file not shown.

0 comments on commit ee72e5f

Please sign in to comment.