Nothing
## Seek columns
seek_columns(iris, select = startsWith, prefix = "Petal")
seek_columns(iris, names = c("Petal.Length", "Petal.Width"))
## Get columns
x <- get_columns(iris, select = startsWith, prefix = "Petal")
head(x)
x <- get_columns(iris, names = c("Petal.Length", "Petal.Width"))
head(x)
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.