| rads_to_degs | R Documentation | 
Convert radians to degrees.
rads_to_degs(radian = NULL, lang = c("r", "h3"), simple = TRUE)
| radian | Numeric, value in radians | 
| lang | Character; whether to perform the conversion using base R or the H3 library. Defaults to R for speed. | 
| simple | Logical; whether to return a vector or a data frame containing both inputs and outputs. | 
Numeric, value in degrees
rads_to_degs(1.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.