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

norspis2

Version R build status codecov.io Lifecycle: maturing Doc

The goal of norspis2 is to make standardized plots, tables and documents, that fit the norms of Norwegian medical quality registries.

Installation

This package is made for use in Norwegian Quality Registry for Eating Disorders (NorSpis), and has little utility outside the ecosystem of Norwegian medical quality registries. The functions may be made to have greater utility for others in the future, in particular other medical quality registries.

So far the package contains functions to prepare:

A function for making parameterized reports for each hospital unit, norspis2::make_report(), in connection to a a .Rmd document, inst/norspis-periodisk-rapport.Rmd, has also been made.

You can install the released version/development version of norspis2 from GitHub with:

# install.packages("devtools")
devtools::install_github("Rapporteket/norspis2")

Example



Rapporteket/norspis2 documentation built on April 18, 2021, 1:11 a.m.