Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lobstr::obj_addr #288

Open
scipima opened this issue Jul 30, 2022 · 0 comments
Open

lobstr::obj_addr #288

scipima opened this issue Jul 30, 2022 · 0 comments

Comments

@scipima
Copy link

scipima commented Jul 30, 2022

quick question,
in exercise Q2, section 1.1, why don't i get the same address if I pass the list of mean function as argument of lapply/map?

in other words, if i run
lapply(list(mean, base::mean, get("mean"), evalq(mean), match.fun("mean")), lobstr::obj_addr)
the object address is not the same.
[[1]]
[1] "0x2479064a378"

[[2]]
[1] "0x2479064cf58"

[[3]]
[1] "0x2479064bc18"

[[4]]
[1] "0x24790652818"

[[5]]
[1] "0x247906514d8"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant