有没有办法在R中“检查”或“验证”源代码文件?例如,我在文件“soure.R”中有这个函数。MyFunction <- function(x)print(x+y)在搜索"source.R“时,我希望看到一些警告:MyFunctions refers to an undefinedobject Y.有什么关于如何检查/验证R代码的提示吗?
干杯!
下面是我想要的run...the计算的代码,我希望它能在按钮标签的onclick事件上运行。<button onclick = "myFunction()"> Click here to calculate</button> function myFunction(php $x = 100; $y = 2;
echo "This is multiplicatio