Learn R Programming

multivator (version 1.1-4)

head: Head and tail

Description

Print the first few, or last few, lines of a mdm object

Usage

"head"(x, n = 6, ...) "tail"(x, n = 6, ...)

Arguments

x
object of class mdm
n
number of lines to print as per same argument in head() and tail()
...
Further arguments passed to head() or tail()

Value

Returns a truncated mdm object. The levels of the types are unchanged.

Examples

Run this code

data("mtoys")

head(toy_mm)
tail(toy_mm,3)

Run the code above in your browser using DataLab