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
Having list_vars return a human-usable list of variables is helpful. But in times when I'm reporting on many models simultaneously, it would help to be able to check the var list to see if something is defined. As an example, I'd like to be able to do something like the following in my code:
if (length(list_vars(my_xpdb)$ipred) ==0) {
my_xpdb<- set_var_types(my_xpdb, ipred="CONC")
}
The text was updated successfully, but these errors were encountered:
Having
list_vars
return a human-usable list of variables is helpful. But in times when I'm reporting on many models simultaneously, it would help to be able to check the var list to see if something is defined. As an example, I'd like to be able to do something like the following in my code:The text was updated successfully, but these errors were encountered: