Displaying 2 results from an estimated 2 matches for "current_own".
Did you mean:
current_opt
2007 Sep 28
2
form action url example
...attribute'' do
response.should have_tag( "form[action=?]",
''/users/1/machines/1/trouble_tickets'')
end
for a form like so:
<% form_for( :trouble_ticket,
:url => { :action => ''create'',
:user_id => @machine.current_owner,
:machine_id => @machine } ) do |f| %>
...
Now this fails.
The way it will pass is to change the url parameters to _explicitly_ call
the id method on the
parameter values like so:
<% form_for( :trouble_ticket,
:url => { :action => ''create'',...
2013 May 09
0
Replace rows in dataframe based on values in other columns
...??????????? 15 Hazel 4/11/2010
??????????? 15 Hazel 4/11/2010
??????????? 17 Pete 9/2/2012
??????????? 17 Pete 9/2/2012
??????????? 17 Pete 9/2/2012
??????????? 17 Pete 9/2/2012
",sep="",header=TRUE,stringsAsFactors=FALSE)
#if the dates are in order for the Restaurant group,
?dat1$Current_Owner<-with(dat1,ave(owner,Restaurant,FUN=function(x) tail(x,1)))
?dat1
#?? Restaurant owner purchase_date Current_Owner
#1????????? 23 Chuck????? 3/4/2011?????????? Bob
#2????????? 23 Chuck????? 3/4/2011?????????? Bob
#3????????? 23 Chuck????? 3/4/2011?????????? Bob
#4????????? 23 Chuck????? 3/4/20...