Learn R Programming

vectra (version 0.6.2)

head.vectra_node: Limit results to first n rows

Description

Limit results to first n rows

Usage

# S3 method for vectra_node
head(x, n = 6L, ...)

Value

A data.frame with the first n rows.

Arguments

x

A vectra_node object.

n

Number of rows to return.

...

Ignored.