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