knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of toypackage is to provide an example of how to build a bare-bones R package.
You can install the development version from GitHub with:
# install.packages("devtools") devtools::install_github("prestevez/toypackage")
This is a basic example of the functions in the package.
library(toypackage) ## basic example code hello("Alice") greetings(c("Alice", "Bob"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.