| dict | R Documentation | 
Get information about a Data Frame or Data Table. Use getinfo to explore a single column instead. If you like, use ecopy function or agument to copy to the clipboard so that it can be pasted into Excel. Otherwise it returns a data frame. Author: Scott Sobel. Tech Review & Modifications: Bryce Chamberlain.
dict(
  x,
  topn = 5,
  botn = 5,
  na.strings = easyr::nastrings,
  do.atype = TRUE,
  ecopy = FALSE
)
| x | Data Frame or Data Table. | 
| topn | Number of top values to print. | 
| botn | Number of bottom values to print. | 
| na.strings | Strings to consider NA. | 
| do.atype | Auto-determine variable types. If your data already has types set, skip this to speed up the code. | 
| ecopy | Use ecopy function or agument to copy to the clipboard so that it can be pasted into Excel. | 
dict(iris)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.