Displaying 5 results from an estimated 5 matches for "prueba2".
Did you mean:
prueba
2020 Sep 10
5
aplicar codigo
Hola:
Como dice Carlos, algo así, por ejemplo:
transforma <- function(df) sapply(df, function(x)
ifelse(x%in%c("x1","x2","x3"),
"prueba1",ifelse(x%in%c("x4","x5","x6"),"prueba2",x)))
> transforma(df1)
col1
[1,] "prueba1"
[2,] "prueba1"
[3,] "x11"
[4,] "prueba1"
[5,] "x33"
[6,] "prueba1"
[7,] "prueba2"
[8,] "prueba2"
[9,] "x35"
[10,] "prueba1&q...
2020 Sep 10
2
aplicar codigo
...a.frame(col1)
> df2<-data.frame(col2)
> df3<-data.frame(col3)
>
> transforma <- function(df) sapply(df, function(x)
> ifelse(x%in%c("x1","x2","x3"),
> "prueba12",ifelse(x%in%c("x4","x5","x6"),"prueba2",x)))
>
> transforma(df1)
> col1
> [1,] "prueba12"
> [2,] "prueba12"
> [3,] "2"
> [4,] "prueba12"
> [5,] "4"
> [6,] "prueba12"
> [7,] "prueba2"
> [8,] "prueba2"
> [9,] "5&qu...
2020 Sep 10
3
aplicar codigo
...,'x2', 'x4')
df1<-data.frame(col1)
attach(df1)
df1$transformacion<-ifelse(col1 == "x1"|col1 == "x2"| col1 == "x3", "prueba1",
ifelse(col1 == "x4"|col1 == "x5"| col1 == "x6", "prueba2", col1))
detach(df1)
df1
pero ahora en vez de un df tengo varios
col2 <- c('x12', 'x4', 'x6', 'x771','x4', 'x2')
col3 <- c('x7', 'x2', 'x4', 'x5','x111', 'x1','x4', 'x5', ...
2011 Jan 26
1
bsdauth + dovecot-sieve
...er.cf) with parameters -d if I use
bsdauth to auth without passdb (the are system users)?
if I put this in my master.cf
dovecot unix - n n - - pipe
flags=DRhu user=vmail:vmail argv=/usr/local/libexec/dovecot/deliver
-f ${sender} -d ${recipient}
I get:
deliver(prueba2 at bla.com): Jan 25 15:17:24 Error: Auth lookup returned failure
If I change the -d ${recipient} for -a ${recipient}
dovecot use the user (vmail) who run dovecot to storage the storage:
/var/www/datos/correo/bla.com/vmail/INBOX, so I get...
deliver(vmail): Jan 25 15:54:46 Info: maildir:
data=/...
2008 Jun 11
1
xen migrate never ends
...to flush.
Nothing to flush.
Nothing to flush.
Nothing to flush.
xenstore-read: couldn''t read path backend/vbd/13/51714/node
Nothing to flush.
Nothing to flush.
Nothing to flush.
Nothing to flush.
Nothing to flush.
Nothing to flush.
Nothing to flush.
stat: cannot stat `/tmp/maquina/domains/prueba2/disk.img'': No such file
or directory
stat: cannot stat `/tmp/maquina/domains/prueba2/swap.img'': No such file
or directory
xenstore-read: couldn''t read path backend/vbd/7/769/node
xenstore-read: couldn''t read path backend/vbd/7/770/node
Nothing to flush.
Nothing t...