The goal of doubler is to double numbers.
You can install the development version of doubler like so:
pak::pak("robjhyndman/doubler")
This is a basic example which shows you how to solve a common problem:
library(doubler) ## basic example code dblr(3.5) #> [1] 7