简体   繁体   English

如何关闭R中`[.data.frame`“的除杂功能?

[英]How do I turn off degugging of `[.data.frame` in R?

I am stuck in the debugger. 我被困在调试器中。 I had an error in a function I ran using RStudio. 使用RStudio运行的函数出现错误。 I clicked the rerun with debugger and now every time I run it, it starts the debugger and I can't stop it. 我单击带有调试器的重新运行,现在每次运行它时,它都会启动调试器,而我无法停止它。 It tells me that the function being debugged is [.data.frame however if I try `undebug('[') or undebug('[.data.frame') I get 它告诉我正在调试的函数是[.data.frame但是如果我尝试`undebug('[')或undebug('[。data.frame')

Warning message: In undebug( [ ) : argument is not being debugged Warning message: In undebug( [ ) : argument is not being debugged

I have restarted RStudio, but that does not help either. 我已经重新启动了RStudio,但这也无济于事。 I have tried running some of the functions from this SO question to no avail. 我试过从这个SO问题运行一些功能都没有用。

Any ideas? 有任何想法吗?

然后尝试此“调试”->“错误时”菜单并选择“仅消息”,单击此处以获取更多信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何将data.frame的行转换为列? - How do I turn the rows of my data.frame into columns? 如何通过分类变量过滤R中的data.frame? - How do I filter a data.frame in R by categorical variable? 在R中,如何通过另一个data.frame中的值来子集data.frame? - In R, how do I subset a data.frame by values from another data.frame? 如何将二进制矩阵转换为 R 中的 data.frame? lpSolveAPI - How to turn a binary matrix into a data.frame in R? lpSolveAPI 如何将列名转换为 R 中时间序列 data.frame 的行值? - How do you turn column names into row values for a timeseries data.frame in R? 如何 ocr 图像(表格格式)并将其转换为 r 中的 data.frame - how to ocr image (table format) and turn it into a data.frame in r 我如何滞后一个 data.frame? - How do I lag a data.frame? 如何根据 R 中 data.frame 中给出的数据获取列表中所有元素的索引? - How do I get the index of all elements in a list, according to data given in a data.frame in R? 使用函数创建属性时如何在R data.frame中添加属性? - How do I add an attribute to an R data.frame while I'm making it with a function? 在R中,如何填充矩阵或data.frame,我不知道设置过程中的大小? - In R, how do I populate a matrix or data.frame which I do not know the size of during setup?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM