使用rstudio中的“查找/替换”功能进行搜索时,如何(如果可能)在Rscript中获得搜索的总数?
例如,说我有以下脚本:
a <- c(1,2,3)
print(a)
print("Are you there?")
然后在进行Ctrl + F(或在Mac上为Command + F)并在其中会显示2的地方键入(小写)的情况。
我正在MAC上运行3.5.1版。
以下图片应有助于阐明我正在谈论的功能,
答案 0 :(得分:1)
答案 1 :(得分:0)
我不知道在RStudio中实现此目的的方法,但是您可以将代码转换为字符串,然后使用browser.actions().dragAndDropBy(yourElement, "540", "504).perform()
包搜索字符串。
使用您的示例:
browser.actions().dragAndDropBy(yourElement, "540", "504).build().perform()
现在要搜索小写的“ a”:
stringr