knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

reporttool

Linux/OSX Windows Coverage

A tool (work in progress) for generating reports from Survey data.

Prerequisites

1. R

  1. Install the latest version of R (>= 3.2.5) from CRAN.
  2. Next, install Rtools (required for .xlsx files). You can find it on CRAN. Make sure you check "edit path" when installing.
  3. Optional: Get the Rstudio (desktop) IDE from their webpage.

2. LaTeX

LaTeX is required to create PDF files from rmarkdown and pandoc.

See Pandoc's instructions for installing LaTeX. Bulletpoints below:

3. Optional: Powerpoint

If you want Powerpoint support (for seamless::to_ppt, render_ppt and report_ppt), you also need Java and ReporteRs. Follow the instructions here.

Installation

Development version:

devtools::install_github("itsdalmo/reporttoolDT", build_vignettes = TRUE)

CRAN:

# Not on CRAN yet.

Usage

See vignettes here on github, or run the code below in R after installing:

vignette("introduction", package = "reporttoolDT")


itsdalmo/reporttoolDT documentation built on May 18, 2019, 7:11 a.m.