I have some files of Micro Data from a Populational Census stored as .txt and coded in ASCII.
When I open them in a text editor I get something like:
1100015110001500100100003624008705865085282310200600101011022022 14 444231
etc.
Since I have no expirience with the tabulation of ASCII data I would like to know if there is any way to get this done with R and/or what type of suplementary software do I need.
Actually at first I would like to have a "normal" look at my data, as to say, to see it as a table if possible (the filesizes vary between 40mb and 500mb). Then I would like to make some simple calculations and store the results later as a csv. to use it in other contexts.
Can anyone give me some advice?