read_csv_from_confluence: Read the template

Description Usage Arguments Value Author(s) Examples

View source: R/read_csv_from_confluence.R

Description

Reads the CSV file extracted from Confluence and converts it into a data frame

Usage

1
read_csv_from_confluence(csv_path, control_table_names = TRUE)

Arguments

csv_path

Path to the CSV file in Rstudio files. Type = character

control_table_names

Do you want to control the table names? Default = TRUE. Type = Logical

Value

The filled template as a dataframe.

Author(s)

Briac LE RAY (briac.leray@partnre.com)

Examples

1
read_csv_from_confluence(csv_path = "/path/to/the/csv/csv_name.csv", control_table_names = TRUE)

Tiipiac/StressTestOptimization documentation built on Dec. 18, 2021, 5:08 p.m.