knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  eval = FALSE
)

Disclaimer

This notebook is for internal development purposes only.

Nevertheless, I thought I'd share it in case anybody is working on similar things

Environment variables in shell scripts

Resources

Reading via cat

PACKAGE_NAME=$(cat <path/to/file>)

Sourcing

source <path/to/file>

Misc resources

RStudio package manager public (RSPM)



rappster/renv2docker documentation built on Dec. 22, 2021, 12:57 p.m.