mirror of
https://github.com/msberends/AMR.git
synced 2025-07-11 07:41:59 +02:00
fix documentation
This commit is contained in:
4
R/like.R
4
R/like.R
@ -49,8 +49,8 @@
|
||||
#' @seealso [grepl()]
|
||||
|
||||
#' @examples
|
||||
#' # data.table has a more limited version of %like%, so:
|
||||
#' detach("package:data.table", unload = TRUE)
|
||||
#' # data.table has a more limited version of %like%, so unload it:
|
||||
#' try(detach("package:data.table", unload = TRUE), silent = TRUE)
|
||||
#'
|
||||
#' a <- "This is a test"
|
||||
#' b <- "TEST"
|
||||
|
Reference in New Issue
Block a user