Displaying 2 results from an estimated 2 matches for "anzufordern".
Did you mean:
anfordern
2011 Jun 03
4
Problem using read.xls - Everything converted to factors
...colClasses option as above and
as well with " "'s around each word, but this does not work and I will
always receive the following error:
Fehler in is(object, Class) :
versuche einen Slot "className" von einem Objekt der einfachen Klasse
("list") ohne Slots anzufordern
Calls: read.xls -> read.csv -> read.table -> <Anonymous> -> is
After some hours of reasearch I figured out how I can manually change
the classes of the columns:
testfile$GDP2<-as.numeric(levels(testfile$GDP2))[testfile$GDP2]
testfile$Name<-as.character(levels(testfile$Nam...
2014 Feb 02
4
xorriso or genisoimage syntax assistance
I got this figured out much faster than I thought I would. Thanks to all of
your help, Peter, Mattias, Thomas and Helmut. And Thomas, that 8 partition
live OS sounds right up my alley, and I will definitely check it out.
The second partition is working well with `parted' and `fdisk', so I am
quite pleased. Below is, again, "what I came up with". I tried to integrate
each of your