vec_restore.campsis_tbl: Restore a campsis_tbl object

View source: R/campsis_metadata.R

vec_restore.campsis_tblR Documentation

Restore a campsis_tbl object

Description

Internal vctrs method to restore the custom 'campsis_tbl' class attributes, specifically copying over the S4 metadata object, after a vector operation.

Usage

## S3 method for class 'campsis_tbl'
vec_restore(x, to, ...)

Arguments

x

A tibble or vector to restore.

to

The original 'campsis_tbl' object to restore to.

...

Additional arguments passed to methods.

Value

A restored 'campsis_tbl' object with appropriate metadata and classes.


campsis documentation built on Aug. 5, 2026, 9:07 a.m.