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