r-lib / rlang

Low-level API for programming with R
https://rlang.r-lib.org
Other
502 stars 140 forks source link

Mistake in example #1639

Open fithisux opened 1 year ago

fithisux commented 1 year ago

The example here

https://rlang.r-lib.org/reference/call2.html

that reads

ns_call <- call("::", as.symbol("list"), as.symbol("base"))

should be re-ordered.