Skip to content

Conversation

@simonpcouch
Copy link
Collaborator

🥲

library(stacks)

format(object.size(tree_frogs), "Kb")
#> [1] "243.7 Kb"

new_tree_frogs <- tree_frogs
attributes(new_tree_frogs)$problems <- NULL

format(object.size(new_tree_frogs), "Kb")
#> [1] "63.6 Kb"

Created on 2022-08-25 by the reprex package (v2.0.1)

Closes #147.

@simonpcouch simonpcouch merged commit 6a9aaa2 into main Aug 25, 2022
@simonpcouch simonpcouch deleted the tree-frogs-attr branch August 25, 2022 20:47
@github-actions
Copy link

github-actions bot commented Sep 9, 2022

This pull request has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.

@github-actions github-actions bot locked and limited conversation to collaborators Sep 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

rm readr attributes on example data

2 participants