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

https://github.com/emanuelhuber/runitconverter

R package: shiny app unit converter
https://github.com/emanuelhuber/runitconverter

Last synced: 3 months ago
JSON representation

R package: shiny app unit converter

Awesome Lists containing this project

README

        

# `runitconverter` - A shiny app for unit conversion

**If you have any questions, comments or suggestions, feel free to contact me (in english, french or german):**
**[email protected]**

This is a R package with a single function `runiconv()` that launches
a shiny app to convert units. This app is base on the great R package
`units`.

## Installation and run

You need first to install [R](https://cran.r-project.org/).

In R, enter:

```r
if(!require("devtools")) install.packages("devtools")
devtools::install_github("emanuelhuber/runitconverter")

library(runitconverter)

runitconv()

```

## Screenshot

A picture is worth 1000 words:

![Screenshot of shiny app "runitconverter"](screenshot.png)

## Misc

My current affiliation:

```
Emanuel Huber,
GEOTEST AG
Bernstrasse 165
3052 Zollikofen
Switzerland
```