options(width = 100)
knitr::opts_chunk$set(echo = TRUE, dev = c('png','pdf'), fig.width= 12, 
                      fig.height=8,
                      collapse = TRUE,
                      comment = "#>"
)

Introduction

Purpose of the document

In this document, we describe the options json file that are required for running the example package application in extscript. Below, we firstly deal with options.json file and we secondly describe internal_options.json file that should not be changed.

options

The json file should contain inputs such that:

You may use the write_option_file function to generate this options json file. See below to generate the same file than which provided as an example.

write_option_file(output_file = "./options.json")

internal options

The json file should contain inputs such that:



pmgrollemund/phyloHIV documentation built on Nov. 5, 2019, 12:56 a.m.