knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

Sweet Modules for Shiny

Lifecycle: experimental CRAN status

This is website for R package [{sweetmods}] (https://github.com/shambhu112/sweetmods).

This documentation is for version 0.0.1.9000.

Installation

You can install the released version of sweetmods from CRAN with:

install.packages("sweetmods")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("shambhu112/sweetmods")

Example

This is a basic example which shows you how to solve a common problem:



shambhu112/sweetmods documentation built on June 15, 2021, 2:41 a.m.