This is a simple question. With functions written and compiled in R, the body of the function can be seen by typing the function name without any input arguments or by using the body function. How can I look at the body of code written and compiled externally and called using the .Call function? Thanks, Mike Gormley [[alternative HTML version deleted]]
"Michael Gormley" <michael.gormley at gmail.com> wrote in news:6f04c7c70802181013v5863482an70052a5b46909391 at mail.gmail.com:> This is a simple question. With functions written and compiled in > R, the body of the function can be seen by typing the function name > without any input arguments or by using the body function. How can > I look at the body of code written and compiled externally and > called using the .Call function?Look at the sources. -- David Winsemius