## ----include = FALSE----------------------------------------------------------
options(rmarkdown.html_vignette.check_title = FALSE)

library(knitr)

opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

## ----echo=FALSE, out.width = "50%"--------------------------------------------
include_graphics("storage1.PNG")

## ----echo=FALSE, out.width = "50%"--------------------------------------------
include_graphics("storage2.PNG")

## ----echo=FALSE, out.width = "50%"--------------------------------------------
include_graphics("storage3.PNG")

## ----echo=FALSE, out.width = "50%"--------------------------------------------
include_graphics("storage4.PNG")

## ----echo=FALSE, out.width = "50%"--------------------------------------------
include_graphics("storage5.PNG")

## ----echo=FALSE, out.width = "50%"--------------------------------------------
include_graphics("storage6.PNG")

## ----message=FALSE, eval=FALSE------------------------------------------------
# usethis::edit_r_environ()

## ----eval = FALSE-------------------------------------------------------------
# library(daiR)

## ----eval = FALSE-------------------------------------------------------------
# ## NOT RUN
# id <- create_processor("<my-unique-processor-name>")

