knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of protocolhelper is to provide helper functions and templates to manage the INBO/protocolsource repository.
You can install protocolhelper with:
# Enable inbo r-universe options(repos = c( inbo = 'https://inbo.r-universe.dev', CRAN = 'https://cloud.r-project.org')) # Install the package install.packages('protocolhelper') # alternatively: install from github if (!requireNamespace("remotes")) install.packages("remotes") remotes::install_github("inbo/protocolhelper")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.