Displaying 1 result from an estimated 1 matches for "isfundef".
Did you mean:
ifndef
2009 Dec 24
2
Locating code that is outside of functions in R scripts
Working with a number of scripts (text files with R commands) that I
"source" into R sessions from time to time.
The source() command is most convenient (at least for me)
if it only loads function definitions, and doesn't otherwise change the
interactive environment. For example, I might have a file that looks like
func1<-function() {
code
code
code
}
# this