nordummy: All R resources neede for nordummy at Rapporteket

Description Sample data Functions Noweb-files Artwork Examples

Description

An implemetation of all R related resources for nordummy at Rapporteket, including R-functions for analysis and plotting, noweb-files and even artwork needed for producing R-dependent reports

Sample data

The package contains a set of sample data that can be used for development purposes. Not to be used in a PRODUCTION environment!

Functions

Standard R-functions for processing registry data. To be placed in the package R directory.

Noweb-files

LaTeX docs weaved with R-code to produce reports. These are accessed by system.file, e.g system.file("nordummyAnnualReport.Rnw", package = "nordummy"). You may process the noweb files directly using Sweave or knitr, e.g knitr::knit(system.file("nordummyAnnualReport.Rnw", package = "nordummy")), or by using the wrapper of the rapbase package, e.g. rapbase::RunNoweb(nowebFileName, packageName, weaveMethod = "knitr"). All files are to be put in the package inst directory.

Artwork

Artwork is accessed in the same way as for the noweb-files, e.g system.file("nordummy_logo_blue_norsk.pdf", package = "nordummy") All files are to be put in the package inst directory.

Examples

1
2
3
4

Rapporteket/nordummy documentation built on May 8, 2019, 8:31 a.m.