View source: R/verify-values-headstart.R
| verify_value_headstart | R Documentation | 
base::data.frame().Inspects properties of a base::data.frame() and
prints code to the console that a developer can use to start to
check the properties of a dataset, such as the names and types of each column.
verify_value_headstart(d)
d | 
 The   | 
Will Beasley
checkmate
library(magrittr)
verify_value_headstart(datasets::OrchardSprays)
verify_value_headstart(datasets::iris)
verify_value_headstart(datasets::BOD)
verify_value_headstart(dplyr::band_members)
storms_2 <- dplyr::storms %>%
  dplyr::mutate(
    storm_date = as.Date(ISOdate(year, month, day))
  )
verify_value_headstart(storms_2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.