Description Usage Arguments Value Author(s) Examples
Converts time in the form "HH h MM min" to hours in decimal form
| 1 | 
| t | A character vector of times in the form "HH h\[ MM min\]" or "X.Y" | 
A numeric vector of times in hour-decimal form
Drew T. Doering, dtdoering@wisc.edu
| 1 2 3 | time_to_dbl("12 h 1 min")
t <- c("0 h", "0 h 45 min", "1 h 30 min")
time_to_dbl(t)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.