We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Not the parent of that environment.
library(rlang) f <- function() {} env_parent(f) #> <environment: package:rlang> #> attr(,"name") #> [1] "package:rlang" #> attr(,"path") #> [1] "/Users/hadley/R/rlang"
Created on 2018-02-28 by the reprex package (0.1.1.9000).
The text was updated successfully, but these errors were encountered:
Should we deprecate the internal genericity of env_ functions?
env_
Sorry, something went wrong.
I renamed the title of this issue. Another typo that this behaviour makes confusing:
library(rlang) env_bind(env, x = 1) #> Error in base::assign(nm, data[[nm]], envir = env_): cannot add bindings to a locked environment
Created on 2018-03-08 by the reprex package (v0.2.0).
72fb6e3
No branches or pull requests
Not the parent of that environment.
Created on 2018-02-28 by the reprex package
(0.1.1.9000).
The text was updated successfully, but these errors were encountered: