pub fn current_env() -> Environment
Expand description
The current interpreter environment.
use extendr_api::prelude::*;
test! {
assert_eq!(current_env(), base_env());
}
pub fn current_env() -> Environment
The current interpreter environment.
use extendr_api::prelude::*;
test! {
assert_eq!(current_env(), base_env());
}