1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-08 10:31:53 +02:00

disk documentation fix

This commit is contained in:
2022-08-21 16:52:09 +02:00
parent 952d16de33
commit d6676e9443
7 changed files with 15 additions and 14 deletions

View File

@ -44,7 +44,7 @@
#' df[, 2:5] <- lapply(df[, 2:5], as.disk)
#' str(df)
#'
#' #' \donttest{
#' \donttest{
#' # transforming is easier with dplyr:
#' if (require("dplyr")) {
#' df %>% mutate(across(AMP:TOB, as.disk))