Learn R Programming

ggplotAssist (version 0.1.3)

ggplotAssist: 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

Run this code
# NOT RUN {
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
}
# }

Run the code above in your browser using DataLab