Validating data

which()

{base}

give TRUE indices of logical object

range()

{base}

return vector of minimum and maximum

min()

{base}

compute minima of input values

max()

{base}

compute maxima of input values

unique()

{base}

return vector with duplicate elements removed

summary()

{base}

return summary of model fitting functions

duplicated()

{base}

determine which elements of a vector or data frame are duplicates

The end!