Skip to content

Commit

Permalink
pluck() -> with() as suggested by @klmr
Browse files Browse the repository at this point in the history
  • Loading branch information
idavydov committed Mar 13, 2024
1 parent 8af6762 commit a131cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/osat.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ OSAT::getLayout(gc) |>
left_join(OSAT::get.experiment.setup(g_setup)) |>
data.table::data.table() |>
osat_score("plates", c("SampleType", "Race", "AgeGrp")) |>
pluck("score")
with(score)
# score using OSAT
g_setup@metadata$optValue |> tail(1)
Expand Down

0 comments on commit a131cbd

Please sign in to comment.