Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/RinteRface/skeletons

skeleton elements for Shiny apps
https://github.com/RinteRface/skeletons

Last synced: 8 days ago
JSON representation

skeleton elements for Shiny apps

Awesome Lists containing this project

README

        

# skeletons

[![CRAN status](https://www.r-pkg.org/badges/version/skeletons)](https://CRAN.R-project.org/package=skeletons)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
[![Codecov test coverage](https://codecov.io/gh/RinteRface/skeletons/branch/master/graph/badge.svg)](https://codecov.io/gh/RinteRface/skeletons?branch=master)
[![R build status](https://github.com/RinteRface/skeletons/workflows/R-CMD-check/badge.svg)](https://github.com/RinteRface/skeletons/actions)

The goal of skeletons is to ...

## Installation

You can install the released version of skeletons from [CRAN](https://CRAN.R-project.org) with:

``` r
install.packages("skeletons")
```

## Example

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

``` r
library(skeletons)
## basic example code
```