search for: ubahn

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

Did you mean: bahn
2007 Oct 23
1
simple data.frame question
...t my mothertongue. I'm using Rpad to simulate a webserver on my PC. Further I've got an html <form> with some checkboxes/radiobuttons. My first code-chunk attempts to create a data.frame (but I don't know, if I've done it correct): statistik <- data.frame(car = factor(), ubahn = factor () [...], quantity = numeric()) When clicking on a button, I want to submit the values from the <form> to the data.frame. statistik <- c(car, autobus, ubahn, strassenbahn, bicycle, walk, quantity) When clicking another buttons I want to show the saved values. pri...