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
- Host: GitHub
- URL: https://github.com/emanuelhuber/runitconverter
- Owner: emanuelhuber
- Created: 2021-07-01T21:09:06.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-25T14:16:00.000Z (over 2 years ago)
- Last Synced: 2025-01-05T13:10:34.454Z (4 months ago)
- Language: R
- Size: 53.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:

## Misc
My current affiliation:
```
Emanuel Huber,
GEOTEST AG
Bernstrasse 165
3052 Zollikofen
Switzerland
```