You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# The safe eval function (use evalq to avoid searching in the current environment):
# [should use used directly in the code not as function call]
#.safe_eval <- function(x) evalq(x, env = .safe_env);
so replace all .safe_eval() by direct calls to evalq(CODE, env = .safe_env)
See the medication groups for a working example
The text was updated successfully, but these errors were encountered:
so replace all
.safe_eval()
by direct calls toevalq(CODE, env = .safe_env)
See the medication groups for a working example
The text was updated successfully, but these errors were encountered: