Description Usage Format References Examples
Quality control data set for quadcopter drone blades, where this data has been made up for an example.
1 |
A data frame with 2000 observations on the following 2 variables.
The supplier for the blade.
The inspection conclusion.
OpenIntro Statistics, Third Edition and Fourth Edition.
1 2 3 4 | library(dplyr)
drone_blades %>%
count(supplier, inspection)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.