get_attributes: Get Attributes

View source: R/helpers.R

get_attributesR Documentation

Get Attributes

Description

The get_attributes function takes an R object as input and returns its attributes, omitting the row.names attribute.

Usage

get_attributes(.data)

Arguments

.data

An R object from which attributes are to be extracted.

Details

This function retrieves the attributes of a given R object, excluding the row.names attribute.

Value

A list of attributes of the input R object, excluding row.names.

Author(s)

Steven P. Sanderson II, MPH

See Also

Other Utility Functions: convert_snake_to_title_case(), generate_caption(), rand_walk_helper(), running_quantile(), std_cum_max_augment(), std_cum_mean_augment(), std_cum_min_augment(), std_cum_prod_augment(), std_cum_sum_augment()

Examples

get_attributes(rw30())
get_attributes(iris)
get_attributes(mtcars)


RandomWalker documentation built on Oct. 23, 2024, 5:07 p.m.