knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of marcr is to collect various functions that may be useful in other projects. It's a personal "misc" package.
You can install the released version of marcr from Github with:
remotes::install_github("marcmtk/marcr")
This is a basic example which shows you how to solve a common problem:
library(marcr) read_cobas_rst("data-raw/invalid.rst") read_biotyper_out("data-raw/biotyper_1.astm") random_timestamp(1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.