vec_data {vctrs}R Documentation

Extract underlying data

Description

[Experimental]

Extract the data underlying an S3 vector object, i.e. the underlying (named) atomic vector, data frame, or list.

Usage

vec_data(x)

Arguments

x

A vector or object implementing vec_proxy().

Value

The data underlying x, free from any attributes except the names.

Difference with vec_proxy()


[Package vctrs version 0.6.5 Index]