scripts/score/R/test.R

# Test of R scripting
# A numeric array 'val' is initialized prior to this being run
debug <- FALSE
if(debug) {
  cat("val = \n")
  cat(str(val))
}

val <- rev(val)

if(debug) {
  cat("new val = \n")
  cat(str(val))
}
return(val)

 


Validate HTML CSS Generated 2009-09-06T16:15:02+1000 Chris Rennie