head.vectra_node: Limit results to first n rows

View source: R/verbs_utility.R

head.vectra_nodeR Documentation

Limit results to first n rows

Description

Limit results to first n rows

Usage

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

Arguments

x

A vectra_node object.

n

Number of rows to return.

...

Ignored.

Value

A data.frame with the first n rows.


vectra documentation built on May 8, 2026, 9:06 a.m.