vignettes/get-started.Rmd
get-started.Rmd
library(fusen.github.0.7.1)
This is the first tool of our wonderful package. You can add 1 to any value using function add_one().
1
value
add_one()
add_one(12) #> [1] 13 add_one(56) #> [1] 57
That’s it ! This the end of the documented story of our package. All components are there.