Skip to content

Commit

Permalink
fix code chunk eval in wqx vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
fawda123 committed Nov 30, 2024
1 parent 11b1935 commit bdbddf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/wqx.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ tabMWRwqx(res = resdat, acc = accdat, sit = sitdat, wqx = wqxdat, output_dir = t

As a convenience, the input files can also be passed to the `tabMWRwqx()` function as a named list using the `fset` argument. This eliminates the need to individually specify the input arguments.

```{r, eval = F}
```{r, eval = T}
# names list of inputs
fsetls <- list(
res = resdat,
Expand Down

0 comments on commit bdbddf9

Please sign in to comment.