Skip to content

Commit

Permalink
Update vignettes/generative_necessity.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
julianesiebourg authored Mar 12, 2024
1 parent ad54b52 commit ae59048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/generative_necessity.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ bc <- BatchContainer$new(
col = list(values=sprintf("%02d", 1:12)))
)
assign_in_order(bc, dat)
bc <- assign_in_order(bc, dat)
head(bc$get_samples()) %>% gt::gt()
```
Expand Down

0 comments on commit ae59048

Please sign in to comment.