Description Usage Arguments Value Author(s) See Also Examples
Returns the head and tail part of an object
| 1 | 
| x | an object. | 
| n | 
 | 
| ... | arguments to  | 
character
Thomas P. Harte
| 1 2 3 4 5 6 |  N<- 20
 df<- data.frame(Name=letters[1:N], Value=1:N)
 ht(df)
 N<- 3
 df<- data.frame(Name=letters[1:N], Value=1:N)
 ht(df)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.