Does anyone has got a problem in printing an object/ function in R console? In my case I have a long user defined function, when I call it or do print(examplefunction), dump(examplefunction, file="filename.R") it prints only to certain line. When I do
edit(xamplefunction)
I get:
"unexpected end of input occurred on line 64
use a command like
x <- edit()
to recover"
It obviously is not a question of changing options(max.print=99999). Does anyone has a clue what can it be?