simon-smart88 / disagapp

R shiny app for disaggregation regression
https://simon-smart88.github.io/disagapp/
0 stars 0 forks source link

Read files in Rmd when in local directory #12

Closed simon-smart88 closed 6 months ago

simon-smart88 commented 8 months ago
response_directory <- ""
response_file <- "lie.csv"
response_file_path <- file.path(response_directory, response_file)

returns /lie.csv instead of lie.csv

simon-smart88 commented 6 months ago

There's seemingly no way to get around this, so updating the Rmd text instead.