Skip to contents

The goal of doubler is to double numbers.

Installation

You can install the development version of doubler like so:

pak::pak("robjhyndman/doubler")

Example

This is a basic example which shows you how to solve a common problem:

library(doubler)
## basic example code
dblr(3.5)
#> [1] 7