keep_attributes: Attributes Keeper

View source: R/strings_utils.R

keep_attributesR Documentation

Attributes Keeper

Description

Helper to keep attributes while using IFC build functions.

Usage

keep_attributes(x, what)

Arguments

x

list to pass to 'what'.

what

a build function.

Details

all attributes of 'x' will be used with the exception of "names", "dims", and "dimnames".

Value

result of applying 'what' on 'x' with preserved attributes from 'x'.


gitdemont/IFC documentation built on Feb. 20, 2025, 12:55 a.m.