Description Usage Format Details
A dataset describing features of living beings
1 |
A data.table with 8 rows and 5 variables:
Skin color of the individual
IQ score of the individual
Categorical descriptor
Categorical descriptor
Categorical descriptor
library(data.table)
alien.test <- data.table::data.table( SkinColor=c("white", "green", "brown", "white", "red"), IQScore=c(79, 100, 125, 90, 115), Cat1=c("type4", "type4", "type3", "type1", "type1"), Cat2=c("type5", "type5", "type9", "type8", "type2"), Cat3=c("type2", "type2", "type7", "type4", "type4") )
save(alien.test, file="data/alien_test.rda")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.