I think my issue is Im trying to use the api but I have no default Id.
So when I knit, the api gets hit with a blank.
textInput(inputId = 'Id', label = 'Id', value = "")
actionButton('submit', 'Submit', icon = icon('refresh'))
v<-reactiveValues()
v<-str_to_upper(v)
url<-GET(paste0("https:/abcdefghijklmnop/",
v,
"rest_of_api")
data<-fromJSON(rawtoChar(url$content))
Your help is greatly appreciated
Thanks in advance
Vincent