Skip to content

lobstr::obj_addr #288

Description

@scipima

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"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions