hi,

i think this is a basic question, but i did not find any
documentation.

i have a file, helloworld.R, which has

helloworld <- function() {
  cat("Hello World\n")
}

how may i load this file in R so that i may say at the prompt:

> helloworld()

i am not yet ready to write a package.

thanks,
-- 
saurav

______________________________________________
[EMAIL PROTECTED] mailing list
http://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to