Possiblity to store variables such as user access to GBIF

Issue #19 resolved
Lisa Biber-Freudenberger created an issue

No idea how that would be possible but for some functions it would be nice if global variables could be stored in insensa

Comments (1)

  1. Dennis Biber repo owner

    Is now possible, just define the variable as "globale" in your R Script, e.g.:

    insensa::uiAddInputCharacter("Username", global = TRUE)
    insensa::uiAddInputPassword("Password", global = TRUE)
    insensa::uiAddInputCharacter("UserEMail", global = TRUE)
    
  2. Log in to comment