| sample_data | R Documentation |
A small, human-readable dataset with mixed column types, missing values, and one datetime column. It is designed for documentation examples and unit tests.
sample_data
A data frame with 8 rows and 6 variables:
Integer order identifier.
Character tier ("bronze", "silver", "gold", etc),
includes one NA.
Numeric order amount, includes one negative value and one NA.
Logical payment flag, includes one NA.
Character payment method, includes one NA.
POSIXct order timestamp in UTC, includes one NA.
sample_data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.