search for: levlel

Displaying 1 result from an estimated 1 matches for "levlel".

Did you mean: level
2005 Apr 16
2
String in data frame
...ls", header = T); what i get for d is a table of 2 columns: num and name: the one for d$num is just a normal list without any levels with it, and this is what i want. but the second d$name is a list with a levels with it. the list i have for d$name is: d$name = (bal bal bal bal bal bal), levlels:bal, however, when i want to have for following code, something different happens: namelist <- NA; a <- d$name[1]; #this will outputs a = bal, lelvels:bal namelist <- c(namelist, a); #this does not outptu (NA, bal), instead it outputs (NA, 1), if i keep #adding a to the namelist, it keep...