Displaying 3 results from an estimated 3 matches for "200501".
Did you mean:
200507
2008 Apr 23
3
Writing list object to a file
...ite a 'list' object to a file. I already gone
through some threads like
http://mail.python.org/pipermail/python-list/2001-April/080639.html, however
could not trace out any reliable solution. I tried following :
> write.table(calc, file="c:/data.csv")
Error in data.frame("200501" = c(-0.000387071806652095,
-0.000387221689252648, :
arguments imply differing number of rows: 25, 24, 16, 17, 18, 26, 27, 19,
23, 20, 11
Anybody can help?
Regards,
[[alternative HTML version deleted]]
2012 Nov 09
2
Creating yyyymm regexp strings on the fly for aggregation.
...groupingStrings<-function(yrs, numSplits) {
unlist(lapply(yrs, function(x){ paste(x,formatC(numSplits, width = 2, flag = 0), collapse = "|", sep = "")}))
}
Here is an example of running the function:
groupingStrings(2004:2006, 1:3)
[1] "200401|200402|200403" "200501|200502|200503" "200601|200602|200603"
This would yield first quarter matches for the years 2004 through 2006.
My plan was to use both splitIt and groupingStrings to be able to create regexps all quarters.
In addition I want it to be flexible enough for me to be able to create mat...
2007 Apr 18
5
[Bridge] Bridge MAC address
Sorry, if this question has been answered before, but I could not find
out with a brief look.
How can I set the MAC address for a bridge? The MAC address given for
the bridge device seems to be the one it sends network packets with if
the bridge device has an IP address set. Apparently the bridge starts
with a zero MAC address and when the first interface is attached to
it, it takes its MAC