knitr::opts_chunk$set(
  comment = "#>",
  error = FALSE,
  tidy = FALSE
)

title: "Package overview" author: "Janko Thyson" date: "Thursday, September 25, 2014" output: pdf_document


Main top-level functions

ensureRappRuntime()

initializeRappOptions()
ls(getOption(".rapp")$.rte, all.names = TRUE)

To be more specific, a subcontainer is created where these options are stored. The name of the subcontainer corresponds to the name of the package project or the application (mergeNsRappOptions())



rappster/rapp documentation built on May 26, 2019, 11:56 p.m.