check_df | R Documentation |
Checking whether any values in a data frame are nice
check_df(data)
data |
A data frame (can be a data.frame, tibble, or data.table) |
df <- data.frame(a = c(1, 2, 3, 4, 5, 6), b = c(10, 20, 30, 40, 50, 69))
check_df(df)
df <- data.frame(a = c(1, 2, 3), b = c("ten", "twenty", "sixty nine"))
check_df(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.