Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhk0530/polaroid
Shiny application to generate hexsticker
https://github.com/jhk0530/polaroid
hexsticker r shiny shinyapps
Last synced: 3 months ago
JSON representation
Shiny application to generate hexsticker
- Host: GitHub
- URL: https://github.com/jhk0530/polaroid
- Owner: jhk0530
- License: other
- Created: 2020-03-27T14:10:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-18T11:58:17.000Z (12 months ago)
- Last Synced: 2024-04-25T08:45:11.065Z (7 months ago)
- Topics: hexsticker, r, shiny, shinyapps
- Language: R
- Homepage: https://jhkim.shinyapps.io/polaroid/
- Size: 586 KB
- Stars: 12
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - jhk0530/polaroid - Shiny application to generate hexsticker (R)
README
# :yellow_heart: polaroid
Shiny application to generate hexsticker
[![CRAN status badge](https://www.r-pkg.org/badges/version/polaroid)]()
[![polaroid status badge](https://jhk0530.r-universe.dev/badges/polaroid)](https://jhk0530.r-universe.dev/polaroid)## :wrench: Install & Run
```R
# CRAN version. (0.0.1)
install.packages('polaroid')# r-universe version (Dev, 0.1.0)
install.packages(
"polaroid",
repos = c("https://jhk0530.r-universe.dev", "https://cloud.r-project.org")
)library(polaroid)
polaroid()
```
------## :rocket: Description and Running Example
------
## :blush: Authors
* :octocat: jhk0530 [@jhk0530](https://github.com/jhk0530)## :cloud: ShinyApps
https://jhkim.shinyapps.io/polaroid/## :memo: License
Copyright :copyright: 2020 Jinhwan Kim
This project is [MIT](https://opensource.org/license/mit/) licensed*This README was generated with :two_hearts: by [shinyReadme](https://github.com/jhk0530/shinyReadme)*