ikuzar
2012-Sep-28 10:13 UTC
[R] Is it possible to enter in a function wich is within a library ?
Hello, I'd like to know if it is Ipossible to enter in a function wich is included in a library ? I know how to debug function wich is in a R file (but not in a library). But it is not the case when the function is included in a library. I want to go step by step in this function in order to test objects 'values. I tried debug(the_function) but the program does not stop at the_function (it only shows the body of the function). Thanks for your help. -- View this message in context: http://r.789695.n4.nabble.com/Is-it-possible-to-enter-in-a-function-wich-is-within-a-library-tp4644488.html Sent from the R help mailing list archive at Nabble.com.