search for: pfrom

Displaying 4 results from an estimated 4 matches for "pfrom".

Did you mean: from
2019 Sep 23
5
Consulta
...nt(cert) from noms group by 1 having count(cert) <= 1 ")? noms<-sqldf("select * from noms where poliza in (select poliza from ungrupo)")? length(noms$archivo)? salida <- "/renombra/"? ? for (i in 1:length(noms[,1])){? if (!is.na(noms[i,'cer_tit'])){? pfrom <- paste(ruta,"/",noms[i,'archivo'],sep='')? pto <- paste(ruta,salida,noms[i,'cer_tit'],'.pdf',sep='')? if (!file.exists(pto)){? file.copy(from = pfrom,to=pto)? }? }? }? ? #Ahora las polizas con subgrupos? noms <- renglo...
2019 Sep 24
2
Consulta
...ving count(cert) <= 1 ")? > noms<-sqldf("select * from noms where poliza in (select poliza from ungrupo)")? > length(noms$archivo)? > salida <- "/renombra/"? > ? > for (i in 1:length(noms[,1])){? > if (!is.na(noms[i,'cer_tit'])){? > pfrom <- paste(ruta,"/",noms[i,'archivo'],sep='')? > pto <- paste(ruta,salida,noms[i,'cer_tit'],'.pdf',sep='')? > if (!file.exists(pto)){? > file.copy(from = pfrom,to=pto)? > }? > }? > }? > ? > #Ahora las poliz...
2010 Feb 08
5
Why are double sided polymorphic relationships lacking in Rails?
http://stackoverflow.com/questions/2224994/why-are-double-sided-polymorphic-relationships-lacking-in-rails -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to
2006 Nov 30
2
*** caught segfault *** error
...y/ districts_ok.shp") Shapefile type: Polygon, (5), # of Shapes: 354 > district.pl <- Map2poly(district.shp, as.character(district.shp$att $DISTRICT_2)) > plot(district.pl) *** caught segfault *** address 0xc0000165, cause 'memory not mapped' Traceback: 1: polygon(coords[pFrom[i]:pTo[i], ], border = border, xpd = xpd, density = density, angle = angle) 2: polygonholes(x[[j]], border = border, xpd = xpd, density = density [j], angle = angle[j], pbg = pbg, forcefill = forcefill) 3: plot.polylist(district.pl) 4: plot(district.pl) 5: plot(district.pl) Possible act...