Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 485 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 485 Bytes

shinycalendr

The goal of shinycalendr is to provide a Shiny interface for the calendR package

Installation

You can install the development version of shinycalendr from GitHub with:

# install.packages("pak")
pak::pak("NEPEM-UFSC/shinycalendr")

Example

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

library(shinycalendr)
run_app()