powered by
Strip Attributes off an Object
strip_off_attributes(x)
An object.
The object.
base::unname
Other bits and pieces: golden_ratio(), is_difftime_less(), is_valid_primary_key(), r_cmd_install(), round_half_away_from_zero(), str2num(), tapply(), throw(), weighted_variance()
golden_ratio()
is_difftime_less()
is_valid_primary_key()
r_cmd_install()
round_half_away_from_zero()
str2num()
tapply()
throw()
weighted_variance()
# NOT RUN { y <- stats::setNames(1:3, letters[1:3]) attr(y, "myattr") <- "qwer" comment(y) <- "qwer" strip_off_attributes(y) # }
Run the code above in your browser using DataLab