knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

marcr

The goal of marcr is to collect various functions that may be useful in other projects. It's a personal "misc" package.

Installation

You can install the released version of marcr from Github with:

remotes::install_github("marcmtk/marcr")

Example

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)


marcmtk/marcr documentation built on Feb. 5, 2020, 12:10 p.m.