docxASAP: docxASAP

Description Usage Arguments

View source: R/docx_ASAP.r

Description

Create a Word document of the figures from ASAPplots with predefined captions.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
docxASAP(
  wd,
  asap.name,
  od = NULL,
  docx.name = "docxASAP.docx",
  control.file = "docxASAP.csv",
  first.figure.number = 1,
  figure.prefix = "",
  plotf = "png",
  use.group = NULL,
  append.asap.name.caption = TRUE
)

Arguments

wd

directory where ASAP run is located

asap.name

Base name of original dat file (without the .dat extension)

od

output directory for plots and csv files (default = NULL means wd\plots\)

docx.name

name of Word document to create (default = docxASAP.docx)

control.file

csv file of parameters defining plots to add to docx (default = docxASAP.csv)

first.figure.number

starting value for figures, succesive figures based on Order

figure.prefix

text to add before figure number, e.g., "B" becomes Figure B1. (default = "")

plotf

type of plot to save (default = 'png')

use.group

only add figures from this Group to docx (default = NULL means all groups added)

append.asap.name.caption

flag to add (TRUE = default) asap.name to end of figure caption text


cmlegault/ASAPplots documentation built on March 29, 2021, 8:28 p.m.