Displaying 2 results from an estimated 2 matches for "drhorrible".
2009 Feb 22
1
Filtering a data frame using a string for colum header
Hi all,
I was just radomly playing with R and got the following error when
trying to filter a data frame using a string:
> Angel <- c(7,8,6,9,10)
> Buffy <- c(8,9,4,9,10)
> Firefly <- c(9,9,10,10,10)
> DrHorrible <- c(10,9,9,10,10)
> my.df <- data.frame(Angel, Buffy, Firefly, DrHorrible)
> my.df["DrHorrible"]
DrHorrible
1 10
2 9
3 9
4 10
5 10
> my.df[-"DrHorrible"]
Error in -"DrHorrible" : invalid argument to unary oper...
2008 Jul 07
7
[Bug 16632] New: swfdec_net_connection_connect with non-NULL url real-world test case
http://bugs.freedesktop.org/show_bug.cgi?id=16632
Summary: swfdec_net_connection_connect with non-NULL url real-
world test case
Product: swfdec
Version: 0.7.x
Platform: Other
URL: http://www.vampirefreaks.com/Official-Zombie-Girl
OS/Version: All
Status: NEW
Severity: normal