R – reading tabular files

commandline session

> test  print(test)
    V1      V2
1 Name Jeffrin
2  Age      35
3  Sex    Male
> version
               _
platform       x86_64-pc-linux-gnu
arch           x86_64
os             linux-gnu
system         x86_64, linux-gnu
status
major          2
minor          15.1
year           2012
month          06
day            22
svn rev        59600
language       R
version.string R version 2.15.1 (2012-06-22)
nickname       Roasted Marshmallows
>
Save workspace image? [y/n/c]: y
$ 4.2.20 2 502---> cat first.txt
Name Jeffrin
Age  35
Sex  Male
$ 4.2.20 3 503--->

Leave a comment

Your email address will not be published. Required fields are marked *