search for: n3524793

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

Did you mean: 1354793
2011 May 15
1
Need help with text processing / string split
...s(tbl) <- c("Address", "Township", "Parcel", "Sale Date", "Costs") tbl is attached as txt for your convenience. Entries in the last column of the dataframe (tbl$Cost) appear as follows: $173,933.60$2,410.28 . http://r.789695.n4.nabble.com/file/n3524793/tbl.txt tbl.txt How do I: 1. Split the string 2. Have the two values show up as actual numbers that can be used 3. Put the numbers in two separate columns of the dataframe. In other words $173,933.60$2,410.28 would show up as 173933.60 in one column and 2410.28 would show up in a second column...