Nothing
ICU20 <- subset(ICUAdmissions, Age == "20")
mean( ~ HeartRate, data = ICU20)
median( ~ HeartRate, data = ICU20)
ICU55 = subset(ICUAdmissions, Age == "55")
mean( ~ HeartRate, data = ICU55)
median( ~ HeartRate, data = ICU55)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.