Description Usage Arguments Value Author(s) Examples
View source: R/read_csv_from_confluence.R
Reads the CSV file extracted from Confluence and converts it into a data frame
1 | read_csv_from_confluence(csv_path, control_table_names = TRUE)
|
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 |
The filled template as a dataframe.
Briac LE RAY (briac.leray@partnre.com)
1 | read_csv_from_confluence(csv_path = "/path/to/the/csv/csv_name.csv", control_table_names = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.