# Not a valid helix data frame
helix <- data.frame(c(1, 2, 3), seq(10, 20, length.out = 3), 5, runif(3))
is.helix(helix)
warnings()
# Formatted into a helix data frame
helix <- as.helix(helix)
is.helix(helix)
Run the code above in your browser using DataLab