knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(introducer)

How to use a function ?

After to have load a package, you are now able to use his functions.

hello_world()
introduce_yourself("arthur")

more details to come



ArthurData/introducer documentation built on Dec. 13, 2021, 10:13 a.m.