Skip to content
Prev 349453 / 398498 Next

Why can't I access this type?

On 2015-03-27 09:19, Patrick Connolly wrote:

            
Alternatively, since 'data.frame()' coerces internally, one could do

all.states <- data.frame(state.x77, Name = rownames(state.x77))


Henric Winell