Displaying 2 results from an estimated 2 matches for "278224".
Did you mean:
278,24
2023 Sep 03
2
Why try to update (some) permissions which are the same?
...ing file list ... done
rsync: failed to modify permissions on "/home/perryh/fcst-2008": Operation not permitted (1)
rsync: failed to modify permissions on "/home/perryh/fcst-2009": Operation not permitted (1)
sent 15794 bytes received 20 bytes 31628.00 bytes/sec
total size is 278224 speedup is 17.59
rsync error: some files could not be transferred (code 23) at main.c(892) [sender=2.6.8]
On the destination system:
$ ll -d fcst-200[89] fcst-201[01]
dr-xr-xr-x 2 perryh perryh uchg,uunlnk 7168 Nov 27 2009 fcst-2008
dr-xr-xr-x 2 perryh perryh uchg,uunlnk 9216 Jul 21 201...
2003 Sep 24
2
data.frame with duplicated id's
Hi,
is there a exstisting function (..i found nothing until now.)
what makes it possible transfrom a dataset:
ID AGE V.MAI V.JUNE
11 20 100 120
12 30 200 90
into
ID AGE V
11 20 100
11 20 120
12 30 200
12 30 90
,or have i to programm ths my self?
Thanks for any comment, help and/or starting point.
regards,christian