Skip to content

Commit

Permalink
Update news and README
Browse files Browse the repository at this point in the history
  • Loading branch information
EeethB committed Dec 6, 2023
1 parent f534680 commit a0d83b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## New Features and Bug Fixes

* `xportr_metadata()` can set `verbose` for a whole pipeline

## Documentation

## Deprecation and Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ The `xportr_metadata()` function can reduce duplication by setting the variable

```{r, message=FALSE, eval=FALSE}
adsl %>%
xportr_metadata(var_spec, "ADSL") %>%
xportr_metadata(var_spec, "ADSL", verbose = "warn") %>%
xportr_type() %>%
xportr_length() %>%
xportr_label() %>%
Expand Down

0 comments on commit a0d83b7

Please sign in to comment.