| hd_app | R Documentation |
Opens an interactive browser-based application for building figures with
highcharter or ggplot2 without writing R code.
hd_app(return.app = FALSE)
return.app |
Logical. When deploying to server like Shiny.io to return the app object instead of launching it. |
The UI (inst/app/ui.R), server (inst/app/server.R) and shared setup
(inst/app/global.R) live in inst/app/ so the folder can be deployed
independently to Shiny Server or shinyapps.io.
Launches a Shiny app; does not return a value.
Upload datasets in any format supported by rio (CSV, XLSX, SPSS, Stata, RDS, …).
Choose geometry (column,
line, scatter, arearange, pie), backend, axis variables, and group
column.
Set title, subtitle, caption, colour palette, and HC theme.
Toggle JS hover band per figure.
Render on demand with the Draw button.
Download as HTML / JSON / PNG (highcharter) or PNG / SVG (ggplot2).
Copy the equivalent hd_make() call from the R
code tab.
hd_make(), hd_spec(), hd_opts(), hd_save()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.