guess_ID_variable | R Documentation |
Make an educated guess about the name of the ID variable from a dataset
guess_ID_variable(dat, suppressWarnings = FALSE)
dat |
a dataset with names ( |
suppressWarnings |
(logical) suppress warning messages if you know what you are dooing |
if exactly one possible
dat <- data.frame(ID = c(1,2,3,4,5), other = c(1,2,3,4,5)) guess_ID_variable(dat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.