search for: chris_db

Displaying 1 result from an estimated 1 matches for "chris_db".

Did you mean: chris_d
2001 Nov 21
0
save results from cron job
...WWW it works , but i can't use it in a html-formular (open the file)) , beacuse R "sitting on it" Graphic output works fine !!! Have got anybody an idea ??? Thanks for advance & regards, christian query_ausgaben <- function() { library(RODBC) channel <- odbcConnect("chris_db","","") ausgaben <- sqlFetch(channel,"ausgaben") plot(ausgaben$kosten,type="l") cor(ausgaben$kosten,ausgaben$kategorie) # str(hist(ausgaben$KATEGORIE, col="gray", labels = TRUE)) savePlot(filename= "c:/test/apache/htdocs/testplot"...