R/helloworld.R
hello_function.Rd
This lets you see if things are working or not package wise
hello_function(isitgood = T)
asking if you know if its good
hello_function() #> [1] "So true"