0byt3m1n1
Path:
C:
/
Program Files
/
R
/
R-4.4.1
/
library
/
utils
/
tests
/
[
Home
]
File: completion.R
## test some typical completion attempts testLine <- function(line, cursor = nchar(line)) { str(utils:::.win32consoleCompletion(line, cursor)) } testLine("") testLine("lib") testLine("data(") testLine("data(US") testLine("data(US", 3) testLine("?INS") testLine("utils::data") testLine("utils:::.show_help_on_topic_") testLine("utils::.show_help_on_topic_") testLine("update(") testLine("version$m") testLine("nchar(version[") testLine("method?coe") testLine("?coe") testLine("?\"coerce,AN") testLine("method?\"coerce,AN") ## testLine("") ## testLine("") ## testLine("")