Skip to content
/ rqudt Public

R package for unit conversion using the QUDT ontology

License

Notifications You must be signed in to change notification settings

egonw/rqudt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rQUDT

R package for unit conversion using the QUDT ontology. It uses jQUDT 1.4.0-SNAPSHOT.

Installation

Install with:

install.packages("rJava") # if not present already
install.packages("devtools") # if not present already
library(devtools)
install_github("egonw/rqudt")

Example

library(rQUDT)
q1 = rQUDT::newQuantity("203.7", "K")
q2 = rQUDT::convertTo(q1, "degC")

Or using the Open PHACTS extension

library(rQUDT)
q1 = rQUDT::newQuantity("4.3", "nM")
q2 = rQUDT::convertTo(q1, "M")

About

R package for unit conversion using the QUDT ontology

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages