https://github.com/jhk0530/polaroid
Shiny application to generate hexsticker
https://github.com/jhk0530/polaroid
hexsticker r shiny shinyapps
Last synced: 5 days 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-30T01:26:24.000Z (26 days ago)
- Last Synced: 2025-04-16T12:08:48.418Z (8 days ago)
- Topics: hexsticker, r, shiny, shinyapps
- Language: R
- Homepage: https://jhkim.shinyapps.io/polaroid/
- Size: 2.17 MB
- Stars: 17
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.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
[](https://CRAN.R-project.org/package=polaroid)
[](https://cran.r-project.org/package=polaroid)
[](https://jhk0530.r-universe.dev/polaroid)
## :wrench: Install & Run
```r
# CRAN version
install.packages('polaroid')# r-universe version
install.packages(
"polaroid",
repos = c("https://jhk0530.r-universe.dev", "https://cloud.r-project.org")
)library(polaroid)
polaroid()
```
------## :rocket: Description and Running Example

### Features
- Hexagons with `Vertical` and `Horizontal`

- Backgrounds with Transparency

------
## :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)*