Forum Discussion
Tinus1905
Resolver I
2 years agoExport and email a table or report from PowerBi
I have a table in PowerBi with an R script for exporting on the local pc. Every week the table changed to the previous week. The R script exports a CSV on the local pc with the name of the week of ...
- 2 years ago
I find the solution.
script_files <- list.files(path = folder_path, pattern = "\\.csv$", full.names = TRUE)
Tinus1905
Resolver I
2 years agoI find the solution.
script_files <- list.files(path = folder_path, pattern = "\\.csv$", full.names = TRUE)