https://github.com/jsugarelli/tempconvertr
Temperature converter (example R package for article in 'Informatik Aktuell')
https://github.com/jsugarelli/tempconvertr
article example
Last synced: 4 months ago
JSON representation
Temperature converter (example R package for article in 'Informatik Aktuell')
- Host: GitHub
- URL: https://github.com/jsugarelli/tempconvertr
- Owner: jsugarelli
- Created: 2020-03-08T12:01:25.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-08T12:11:10.000Z (about 5 years ago)
- Last Synced: 2024-08-13T07:11:23.582Z (8 months ago)
- Topics: article, example
- Language: R
- Homepage: https://www.informatik-aktuell.de/entwicklung/programmiersprachen/r-packages-entwickeln.html
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - jsugarelli/tempconvertr - Temperature converter (example R package for article in 'Informatik Aktuell') (R)
README
# Package tempconvertr
This is not a real R package but an example used in an article forthcoming in the German 'Informatik Aktuell' online magazine. It is used to demonstrate how packages are developed and provides a function `convert.temp()` to convert temperatures between degrees Celsius, degrees Fahrenheit and Kelvin.