Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jhk0530/polaroid

Shiny application to generate hexsticker
https://github.com/jhk0530/polaroid

hexsticker r shiny shinyapps

Last synced: about 1 month ago
JSON representation

Shiny application to generate hexsticker

Awesome Lists containing this project

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