knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
You can install parnsip from GitHub with:
# install.packages("devtools") devtools::install_github("simonpcouch/parnsip")
This is a basic example which shows you how to solve a common problem (that is, mistyping "parsnip"
):
library(parnsip)
::
thing with parnsiplibrary(parnsip)
with library(parsnip)
, but that would make this package really hard to developAdd the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.