noric: All R resources neede for NORIC at Rapporteket

noricR Documentation

All R resources neede for NORIC at Rapporteket

Description

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

Sample data

Does not exist yet and must be added!. When available, not to be used in a PRODUCTION environment!

Functions

Standard R-functions for processing registry data

Noweb-files

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

Artwork

Artwork is accessed in the same way as for the noweb-files, e.g system.file("some_nice_logo.pdf", package = "noric")


Rapporteket/NORIC documentation built on Feb. 15, 2024, 5:25 p.m.