View source: R/describe_data.R
| describe_data | R Documentation | 
Describe data
describe_data(data)
| data | a data frame | 
a skimr object
## Not run: 
nice_data <- data.frame(c1 = c(1, NA), c2 = c(NA, NA))
nice_data %>%
  describe_data()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.