https://github.com/RinteRface/skeletons
skeleton elements for Shiny apps
https://github.com/RinteRface/skeletons
Last synced: 4 months 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-02T11:39:46.000Z (almost 5 years ago)
- Last Synced: 2024-12-04T05:22:39.420Z (4 months 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
[](https://CRAN.R-project.org/package=skeletons)
[](https://www.tidyverse.org/lifecycle/#experimental)
[](https://codecov.io/gh/RinteRface/skeletons?branch=master)
[](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
```