Skip to content

Commit dfb14b6

Browse files
authored
update datanames in wf (#306)
Fixes #304
1 parent e2c4762 commit dfb14b6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# teal.osprey 0.2.0.9002
2+
* Updated `tm_g_waterfall` to only pass `ADSL`, `dataname_tr`, and `dataname_rs` into `datanames`.
23

34
# teal.osprey 0.2.0
45

R/tm_g_waterfall.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ tm_g_waterfall <- function(label,
148148
plot_width = plot_width
149149
),
150150
transformators = transformators,
151-
datanames = "all"
151+
datanames = c("ADSL", dataname_tr, dataname_rs)
152152
)
153153
}
154154

0 commit comments

Comments
 (0)