Skip to content

Commit

Permalink
Minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
annakrystalli committed Oct 10, 2024
1 parent a6960cf commit d1c5a99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vignettes/articles/writing-custom-fns.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ create_custom_check("cstm_check_tbl_args",
)
```

This adds an extra argument `extra_arg` to the custom check function formals as well as an example input check.
This adds an extra example argument `extra_arg` to the custom check function formals as well as an example input check to the top of the function body.

```{r, code=readLines(r_path(hub_path, "cstm_check_tbl_args")), eval=FALSE}
```

Expand Down

0 comments on commit d1c5a99

Please sign in to comment.