Question: can you tell me what is wrong in this function. it is not working Helper function to check if symbol is in imported graphics isInImportsGraphics

can you tell me what is wrong in this function. it is not working
Helper function to check if symbol is in imported graphics
isInImportsGraphics <- function(sym){
imports_env <- asNamespace('graphics')
exists(sym, envir = imports_env, inherits = FALSE)
}
(im using the above function to use in following if statement)
if (isInImportsGraphics(sym)){
return("imports:graphics")
}

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!