create_markdown: Create directory with SMTA markdown

Description Usage Arguments Examples

View source: R/create_markdown.R

Description

Create directory with SMTA markdown

Usage

1
2
3
create_markdown(path, format = c("report", "slides"), date_start,
  date_study, week, n_scenario, year_mc,
  opts = antaresRead::simOptions())

Arguments

path

Path to a directory, if directory doesn't exist, it will be created.

format

Format of markdown output : report or slides.

date_start

Study start date.

date_study

Date for margins computation.

week

Number of the week studied.

n_scenario

Number of scenario used in analysis.

year_mc

Number of the Monte-Carlo year to focus on.

opts

List of simulation parameters returned by the function antaresRead::setSimulationPath

Examples

1
2
3
4
5
6
## Not run: 

create_markdown("SMTA_rapport", "report")


## End(Not run)

rte-antares-rpackage/antaresWeeklyMargin documentation built on July 25, 2019, 8:23 p.m.