Displaying 1 result from an estimated 1 matches for "nfire".
Did you mean:
  fire
  
2006 Mar 10
2
trimming a factor
Hi, 
I have the following dataframe.  The County Column has many empty spaces
at the end.
I want to cut out the empty space and put them back into the dataframe.
How can this be done?  
> head(DailyCounty)
                 Date               County GFCPer GFCEquip Acre nFires
Date2
1 2001-01-04 00:00:00 Appling                   1        1 0.20      1
2001-01-04
2 2001-01-05 00:00:00 Appling                   2        2 0.13      1
2001-01-05
3 2001-01-06 00:00:00 Appling                   1        1 3.41      1
2001-01-06
4 2001-01-07 00:00:00 Appling...