Skip to content

Commit

Permalink
Move RE files to under "export" (#96)
Browse files Browse the repository at this point in the history
* Move RE files to under "export"

* Don't nest files in `export` dir
  • Loading branch information
AlexAxthelm authored Oct 30, 2024
1 parent 21e4ab0 commit eb22d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/create_interactive_report.R
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ create_interactive_report <-
real_estate_dir, yy[[report_language]][["file"]]
),
link = fs::path(
"real_estate",
"export",
basename(yy[[report_language]][["file"]])
),
stringsAsFactors = FALSE
Expand Down

0 comments on commit eb22d8f

Please sign in to comment.