DEBSOURCES
Skip Quicknav
sources / r-cran-parsetools / 0.1.3-3 / R / find-utils.R
12345678
#@internal .find_text <- function(text, pd=get('pd', parent.frame())){ stopifnot(length(text)==1L) pd[pd$text == text, 'id'] }