Skip to content
Prev 336387 / 398502 Next

Categorizing and displaying excel data in tabular format

On Wed, 05-Feb-2014 at 08:20AM -0800, ashrafali wrote:
|> 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 make something like a graphical plot which should be like the
|> image below:
|> 
|> <http://r.789695.n4.nabble.com/file/n4684797/Task.Client.jpg> 

That doesn't look anything like any type of plot I've seen.  It's more
like a table in HTML.


|> 
|> Is there any function which I can use for that. 

If that's what you need, check out the toHTML function in the
tools package.


HTH