Package 'ggraptR'

Title: Allows Interactive Visualization of Data Through a Web Browser GUI
Description: Intended for both technical and non-technical users to create interactive data visualizations through a web browser GUI without writing any code.
Authors: Eugene Dubossarsky [aut, cph, cre], Julius Neggo [ctb] (Lead Developer), Howard Song [aut] (Developer), Susan Wang [ctb] (Project Manager), Jason Widjaja [ctb] (Vignette), Jose Magana [ctb] (Package Manager and Developer), Sergey Skripko [ctb] (Developer)
Maintainer: Eugene Dubossarsky <[email protected]>
License: GPL (>= 2)
Version: 1.3
Built: 2025-03-02 05:04:48 UTC
Source: https://github.com/cargomoose/ggraptr

Help Index


Launch ggraptR in the default browser

Description

Launch ggraptR in the default browser

Usage

ggraptR(initialDf = ggplot2::diamonds, ...)

Arguments

initialDf

initial dataframe to plot

...

extra arguments. Possible options are: initialPlot - a vector of plot names externalRun - a boolean to run ggraptR in a separate process any shiny::runApp arguments

Details

See http://github.com/cargomoose/raptR for documentation and tutorials

Examples

if (interactive()) {
  ggraptR(initialDf='mtcars', initialPlot=c('Scatter', 'Line'), appDir='inst/ggraptR')
}