Displaying 1 result from an estimated 1 matches for "query_ausgaben".
2001 Nov 21
0
save results from cron job
...ot;save" but when i use it and save it
to my htdocs folder for visualize in 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", lab...