R/head.profile.data.frame.R

Defines functions head.profile.data.frame

Documented in head.profile.data.frame

head.profile.data.frame <-
function(x, ...) {
  class(x) <- 'data.frame'
  head(x, ...)
}

Try the soilprofile package in your browser

Any scripts or data that you put into this service are public.

soilprofile documentation built on May 29, 2017, 10:50 p.m.