Skip to content

Instantly share code, notes, and snippets.

@earino
Created October 21, 2016 14:38
Show Gist options
  • Save earino/9d82b592417dcec8af704d5a44e6adcc to your computer and use it in GitHub Desktop.
Save earino/9d82b592417dcec8af704d5a44e6adcc to your computer and use it in GitHub Desktop.
> class(hash_table)
[1] "hash"
attr(,"package")
[1] "hash"
> str(hash_table)
Formal class 'hash' [package "hash"] with 1 slot
..@ .xData:<environment: 0x24f72ec8>
> object_size(hash_table)
type: 17
Error: Unimplemented type
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment