Nothing
# Process dataset; vertebra index in "Vertebra" column
data("alligator")
alligator_data <- process_measurements(alligator,
pos = "Vertebra")
# Process multiple datasets; vertebra index in first column
data("porpoise")
porpoise_data <- process_measurements(list(porpoise1,
porpoise2,
porpoise3),
pos = 1)
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.