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 5ae463a commit 0a582b1
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
@@ -1,3 +1,5 @@
* `xportr_metadata()` can set `verbose` for a whole pipeline

# xportr 0.3.1

* Make `xportr_type()` drop factor levels when coercing variables
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 0a582b1

Please sign in to comment.