get_attributes {RandomWalker} | R 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:
confidence_interval()
,
convert_snake_to_title_case()
,
generate_caption()
,
rand_walk_column_names()
,
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)
[Package RandomWalker version 0.3.0 Index]