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

Hey we can create someone! With a name and an age!

library("someone")
paste("My name is", give_name(), "and I am", give_age(), "years old!")


maelle/someone documentation built on May 14, 2019, 12:46 p.m.