Re: [R] Categorizing and displaying excel data in tabular format

2014-02-05 Thread ashrafali
Thank you David. I tried the Table function with two columns table(R_format$Client.Mnemonic,R_format$Tasks) and got something like the one I have attached in this word file Task_Summary_for_Clients.docx http://r.789695.n4.nabble.com/file/n4684797/Task_Summary_for_Clients.docx I need to

[R] Categorizing and displaying excel data in tabular format

2014-02-04 Thread ashrafali
R_format.csv http://r.789695.n4.nabble.com/file/n4684711/R_format.csv Hi, I am new to R Programming and need help on categorizing and plotting the data in the attached excel file into tabular format. Please help. -- View this message in context:

Re: [R] Categorizing and displaying excel data in tabular format

2014-02-04 Thread ashrafali
I have converted the excel file to csv and imported the data using R Studio. This is the file R_format.xlsx http://r.789695.n4.nabble.com/file/n4684737/R_format.xlsx I have coded the following: list(R_format$Tasks) list(R_format$Client.Mnemonic) task.freq=table(R_format$Tasks) task.freq