Skip to content

Commit

Permalink
wayward comma
Browse files Browse the repository at this point in the history
  • Loading branch information
ldecicco-USGS committed Feb 1, 2024
1 parent 34459b7 commit 68cb0fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vignettes/Join_closest.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,7 @@ join_qw_uv <- function(qw_data, # data frame from readWQP
qw_val_uv, # value column name from uv_flow_qw for water quality parameter
qw_rmk_uv, # column name of remark column from uv_flow_qw
flow_val, # value column name from uv_flow_qw for flow parameter
flow_rmk, # column name of remark column from uv_flow_qw for flow parameter
){
flow_rmk){ # column name of remark column from uv_flow_qw for flow parameter
req_cols <- c("ResultDetectionConditionText",
"ResultMeasureValue",
Expand Down

0 comments on commit 68cb0fd

Please sign in to comment.