Good morning, I'd like to look at the code for the R function head. When I type just the word head, I get back function(x, ...) UseMethod("head") <environment: namespace:utils> I expected to see several lines of R code. Any suggestions? Thanks, Walt Paczkowski