I'd like to have the output of variables like it would be if I type it into the cli (or like Rstudio has it).
For that, I'd need to set print.eval to TRUE, but I'd like to avoid setting verbose (docs). This is currently not possible, but should be in my opinion.
I'd like to have the output of variables like it would be if I type it into the cli (or like Rstudio has it). For that, I'd need to set
print.eval
to TRUE, but I'd like to avoid settingverbose
(docs). This is currently not possible, but should be in my opinion.