Structure

Compactly display of the internal structure of an R object as a diagnostic function.

kable(str(df))

Dimensions

Retrieve or set the dimensions of an object.

Dimensions: r dim(df)

Head

Returns the first parts of a dataframe.

kable(head(df))

Tail

Returns the last parts of a dataframe.

kable(tail(df))


jansim/WizRd documentation built on May 24, 2019, 4:06 a.m.