1

the below is the factor data (i.e.,Column name : Property count) i am try to convert this to numeric / integer, how to convert the entire column data to numeric / integer

Factor w/ 343 levels "NA","1008","10160",..: 191 191 191 191 191 191 191 191 191 191 ...

Phil
  • 7,287
  • 3
  • 36
  • 66

1 Answers1

1

You can use as.numeric(column with vector of values)