Skip to contents

I'm still learning, it's nice to have a little positive encouragement when this actually works.

Usage

hello()

Value

a print statement

Details

The generic "print hello world" function to test install and package dev

Examples

if (FALSE) {
if(interactive()){
 #EXAMPLE1
 holyhull::hello()
 }
}