1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-08 20:41:58 +02:00

(v1.7.1.9061) bugfix set_ab_names

This commit is contained in:
2021-12-05 23:21:59 +01:00
parent 75965124ef
commit 1fa3fc6af2
10 changed files with 17 additions and 17 deletions

View File

@ -176,7 +176,7 @@ if (require("dplyr")) {
# set_ab_names() works with any AB property:
example_isolates \%>\%
set_ab_names("atc")
set_ab_names(property = "atc")
example_isolates \%>\%
set_ab_names(where(is.rsi)) \%>\%