shinyobjects icon indicating copy to clipboard operation
shinyobjects copied to clipboard

Warn if no assignment

Open rjake opened this issue 4 years ago • 0 comments

These should have warnings bc missing assignment i.e. x <- load_reactive_objects(env = my_env())

see find_assign <- function() ... from http://adv-r.had.co.nz/Expressions.html

  • [ ] load_reactive_objects(envir = new.env())
  • [ ] "New" selected as environment from menu

https://stackoverflow.com/questions/54731759/how-to-detect-if-the-output-of-a-function-is-assigned-to-an-object-in-r

rjake avatar May 05 '20 00:05 rjake