Skip to content
Prev 165967 / 398502 Next

Error "could not find function"

R does not look for funcitons to execute in random files. You
have to source() the file to execute the code -- i.e. define the
function in the current session. See also section 1.10 of the
manual ("An Introduction to R").

cu
	Philipp