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

VisualisingBloodPressure

Lifecycle: experimental

The goal of VisualisingBloodPressure is to visualise Blood Pressure readings in Shiny.

Installation

You can install the released version of VisualisingBloodPressure from CRAN with:

install.packages("VisualisingBloodPressure")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("luisdza/visualising-blood-pressure")

Example

This is a basic example which shows you how to solve a common problem:

library(VisualisingBloodPressure)
## basic example code

What is special about using README.Rmd instead of just README.md? You can include R chunks like so:

summary(blood_pressure_readings)

You'll still need to render README.Rmd regularly, to keep README.md up-to-date.

You can also embed plots, for example:

plot(blood_pressure_readings)

In that case, don't forget to commit and push the resulting figure files, so they display on GitHub!



luisdza/plot-blood-pressure-old documentation built on Oct. 4, 2020, 12:16 a.m.