-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Feature requestNew functionalityNew functionality
Description
This function would ultimately have a result similar to sel_image() in that the resultant HTML/Javascript would cycle through base 64 images or image file references. However, when the user is working in RMarkdown, they would feed plot objects to the function, rather than feeding image file references.
plot_a <- qplot(x = Sepal.Length, y = Sepal.Width, data = iris)
plot_b <- qplot(x = mpg, y = wt, data = mtcars)
sel_plot(sel_id = "datasets",
options = list(a = plot_a, b = plot_b),
embed = TRUE)As with sel_image(), the user can choose whether to have base-64 images or linked image files.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Feature requestNew functionalityNew functionality