mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 07:51:57 +02:00
(v1.1.0.9014) lose dependencies
This commit is contained in:
3
R/like.R
3
R/like.R
@ -60,8 +60,7 @@
|
||||
#' \dontrun{
|
||||
#' library(dplyr)
|
||||
#' example_isolates %>%
|
||||
#' filter(mo_name(mo) %like% "^ent") %>%
|
||||
#' freq(mo)
|
||||
#' filter(mo_name(mo) %like% "^ent")
|
||||
#' }
|
||||
like <- function(x, pattern, ignore.case = TRUE) {
|
||||
# set to fixed if no regex found
|
||||
|
Reference in New Issue
Block a user