Displaying 2 results from an estimated 2 matches for "observeeventhandl".
Did you mean:
observeeventhandler
2017 Jun 15
1
(no subject)
...tvariables, combn2, prob =
TRUE, method = "bayes-lw") 4: predict(values10$fitted,
input$targetvariables, combn2, prob = TRUE, method = "bayes-lw") 5:
t(attr(predict(values10$fitted, input$targetvariables, combn2, prob =
TRUE, method = "bayes-lw"), "prob")) 6: observeEventHandler(...) 7:
..stacktraceon..(observeEventHandler(...)) 8: handlerFunc() 9:
..stacktraceon..(expr) 10: contextFunc() 11: env$runWith(self, func)
12: withReactiveDomain(.domain, { env <- .getReactiveEnvironment()
.graphEnterContext(id) on.exit(.graphExitContext(id), add = TRUE)
env$runWith(self, fun...
2017 Jul 17
0
dbplyr error updating database
...the app remains listening on the port)
Warning: Error in <Anonymous>: unable to find an inherited method for function 'dbSendQuery' for signature '"src_dbi", "character"'
Stack trace (innermost first):
67: <Anonymous>
66: dbSendQuery
65: observeEventHandler [/home/mconklin/tmpdir/CodeKPVars/server.R#76]
1: runApp
Auto-disconnecting SQLiteConnection
Auto-disconnecting SQLiteConnection
The specific chunk of server code being run is:
kpnew<-src_sqlite("/var/sqlite/KPProfile2")
stmnt<-paste0("update kpquestions set...