verify_data | R Documentation |
Verify the integrity of the data object
verify_data(data)
data |
A data frame with items by row and features in the columns.
Must contain one column named |
A verified data object
library(tibble)
data <- tribble(
~id, ~name, ~x, ~y,
"foo", "Foo", 0.5, 0.7,
"bar", "Bar", 1.0, 0.1
)
verify_data(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.