The goal of mobileCharts is to bring mobile friendly charts to shinyMobile via f2.
knitr::opts_chunk$set( collapse = TRUE, comment = "#>" ) library(htmltools) device <- function(...){ div( class="marvel-device iphone8 silver", div(class="top-bar"), div(class="sleep"), div(class="sleep"), div(class="volume"), div(class="camera"), div(class="sensor"), div(class="speaker"), div(class="screen", ...), div(class="home"), div(class="bottom-bar") ) } library(mobileCharts)
install.packages("remotes") remotes::install_github("rinterface/mobileCharts")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.