| MakeTable | R Documentation | 
MakeTable function to construct table rows in a formatted Font=GCourierNew is the CourierNew with symbols for drawing tab borders. MakeTable print cell text aligned (left, center, right) cell borders and row separators
MakeTable(Type, txt, CellLength, align)
| Type | string = BorderUp, BorderIn, BorderBottom, TableRow: prints border or table rows | 
| txt | array containing the txt of the table row | 
| CellLength | array containing the number of character of each table column | 
| align | string = left, center, right: text alignment of the table cells | 
Returns the processed object.
## Not run: 
   txt<-c("Components", "Area(cps)", "FWHM", "RSF", "BE(eV)", "TOT.(%)")    #Voci Tabella
   CellLgth<-c(12, 15, 8, 7, 8, 9)
   cell<-MakeTable("MultiCell", txt,CellLength, "center")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.