| detail | R Documentation | 
Provides details about an object
detail(x, ...)
## Default S3 method:
detail(x, factor_n = 5L, ...)
## S3 method for class 'data.frame'
detail(x, factor_n = 5L, ...)
x | 
 An object  | 
... | 
 Additional arguments passed to methods  | 
factor_n | 
 An   | 
x <- sample(letters[1:4], 10, TRUE)
detail(x)
df <- quick_df(list(
  x = x,
  y = round(runif(10), 2),
  z = Sys.Date() + runif(10) * 100
))
detail(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.