Displaying 2 results from an estimated 2 matches for "auto3".
Did you mean:
auto
2011 Nov 18
1
couting events by subject with "black out" windows
...ereby a subject can only be "counted" once per 30 day period (the 30 day window includes the day the event of interest is counted).
The solution should count only the following events per subject(per the 30-day blackout rule):
ID Date
auto1 1/1/2010
auto2 2/12/2010
auto2 4/21/2011
auto3 3/1/2010
auto3 5/3/2010
I have created a multistep process to do this, but it is extremely clumsy (detailed below). I have to believe that one of you has a much more elegant solution. Thank you all in advance for any help!!!!
## example data
data1 <- structure(list(ID = structure(c(2...
2003 Dec 01
0
No subject
...P OfficeJet K80:
>HPK80:sd=/var/spool/lpd/HPK80:rw:sh:rm=jd500x:rp=raw1:
This all looks good too. The 'rw' is irrelevant for a remote printer,
as is the 'sh' (annoyingly).
The device names are right, although I'd have to recommend 'auto1',
'auto2' and 'auto3' instead as they can intelligently handle text and
non-text files. (The auto detect of file type can be fooled, but it's
happened only once in my experience, and that was a baddly written piece
of in-house code)
What do you get when you do an 'lpq -PHPK80' from an ordinary unix
p...