ggplotAssist {ggplotAssist} | R Documentation |
A shiny app for learn ggplot2
Description
A shiny app for learn ggplot2
Usage
ggplotAssist(df = NULL, viewer = "browser")
Arguments
df |
A tibble or a tbl_df or a data.frame to manipulate |
viewer |
Specify where the gadget should be displayed. Possible choices are c("dialog","browser","pane") |
Value
An R code for ggplot
Examples
library(tidyverse)
library(rstudioapi)
library(miniUI)
library(moonBook)
library(shinyAce)
library(ggthemes)
library(shiny)
library(stringr)
library(editData)
library(shinyWidgets)
library(gcookbook)
library(shiny)
# Only run examples in interactive R sessions
if (interactive()) {
result<-ggplotAssist(mtcars)
result
}
[Package ggplotAssist version 0.1.3 Index]