Skip to content

Commit 62fcc2c

Browse files
committed
add dataset slot to aet01
1 parent 6a4b01e commit 62fcc2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

R/aet01.R

+2-1
Original file line numberDiff line numberDiff line change
@@ -195,5 +195,6 @@ aet01_post <- function(tlg, prune_0 = FALSE, ...) {
195195
aet01 <- chevron_t(
196196
main = aet01_main,
197197
preprocess = aet01_pre,
198-
postprocess = aet01_post
198+
postprocess = aet01_post,
199+
dataset = c("adae", "adsl")
199200
)

0 commit comments

Comments
 (0)