Skip to content

MahShaaban/segmenterNote

Repository files navigation

segmenterNote

A technical note to describe the segmenter package.

  • This note is goint to be presented as an elevator pitch during useR 2021
  • This note is based on the template technical note

Create the technical note

# build a docker image with the required packages
docker build -t segmenternote .

# render the rmd files while keeping md and files
docker run --rm -v $(pwd):/home segmenternote Rscript -e "rmarkdown::render('/home/technical_note.Rmd', clean = FALSE)"