Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/RinteRface/skeletons
- Owner: RinteRface
- License: other
- Created: 2020-07-02T07:35:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-02T11:39:46.000Z (over 4 years ago)
- Last Synced: 2024-12-04T05:22:39.420Z (8 days ago)
- Language: R
- Size: 12.7 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - RinteRface/skeletons - skeleton elements for Shiny apps (R)
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
```