【发布时间】:2014-06-16 20:11:55
【问题描述】:
我想从文本中提取线段。 例如:
txt<-"This is some cool text that involves this type of text and not that kind."
extract.context(txt,start="of text",end="that")
"of text and not that"
【问题讨论】:
-
这是一个非常简短的描述,没有样本输入或预期输出。或许您可以创建一个reproducible example 来说明您目前的工作以及您需要帮助的内容。