mosaic.createSimplePdfMetricDataframe: createSimplePdfMetricDataframe

Description Usage Arguments Note Author(s) Examples

View source: R/mosaic_en_v1.2.r

Description

Create simple PDF-file for metric data

Usage

1

Arguments

df

path to input csv file

outputfolder

path to output folder

Note

Function call type: user

Author(s)

The MOSAIC Project, Martin Bialke

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
# load MOSAIC package
library('mosaicQA')

# specify the metric dataframe with 1-n columns, here sample data is generated
metric_data=data.frame(matrix(rnorm(20), nrow=10))

#specify output folder
outputFolder="c:/mosaic/outputs/"

# set treshold to detect missings, default is 99900 (adjust this line to change this global value
# but be careful)
mosaic.setGlobalMissingTreshold(99900)

# create PDF-Files for vars, 
# uncomment to start report-generation
#mosaic.createSimplePdfMetricDataframe(metric_data, outputFolder)

mosaicQA documentation built on May 30, 2017, 5:48 a.m.