search for: verbalised

Displaying 6 results from an estimated 6 matches for "verbalised".

2007 May 04
11
spec template for CRUD?
Hello, Has anyone already come up with a set of shared behaviours that someone could leverage when adhering to a CRUD concept, with respect to controllers? Relatedly, it would be nice if there were a way to share generalized behaviour specs. -Chris
2003 Mar 05
1
Dataframe in loop
Hi, I try to make a dataframe in a loop function, but I dont have succeed. The function is something like this: for(i in c(10,12)) { expr for(j in c(1:2) { total <- c(1,2,3,4,5,6,7) nspf <- length(levels(as.factor(total))) fin <- data.frame(L=i,N=nspf) print(fin) } } This print something like this: L N 1 10 7 L N 1 10 7 L N 1 12
2003 Feb 21
4
Perl question
I'm working on the installer code, but I don't know Perl well enough. What is a good Perl equivalent of the R statement if ( s %in% c('string1', 'string2', 'string3') ) ... I can do it with if (s == "string1" || s == "string2" || s == "string3") ... but I've got a feeling there's a better way to do it using associative
2004 Mar 03
4
How to read Excel file and access the data item?
In R, How to read Excel file and access the data item? Thank you. --------------------------------- [[alternative HTML version deleted]]
2008 Oct 24
4
Railscast 75, Observe_field and Shopping Cart
Hi all, I have the shopping cart page where a user can add items dynamically through ajax as explained in Railscast episode 75. I am using observe_field to observe the ''quantity'' and ''cost'' fields to update the total field for each item. This does not work however, for records that are added through the Ajax. How can i name the fields and observe them as i have
2003 Feb 23
0
unsubscribe
...th.ethz.ch mailing list > http://www.stat.math.ethz.ch/mailman/listinfo/r-devel > --__--__-- Message: 8 To: r-devel@stat.math.ethz.ch Subject: Re: [Rd] Perl question From: Michael Na Li <lina@u.washington.edu> Date: Fri, 21 Feb 2003 12:20:48 -0800 On Fri, 21 Feb 2003, Duncan Murdoch verbalised: > I'm working on the installer code, but I don't know Perl well enough. > What is a good Perl equivalent of the R statement > > if ( s %in% c('string1', 'string2', 'string3') ) ... > > I can do it with > > if (s == "string1&quot...