Skip to content

Commit 9c399bd

Browse files
committed
Merge branch 'master' of git://github.com/mmparker/to1report
2 parents 6a39bbd + 3d0c588 commit 9c399bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

to1report/qa_report.rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ source(file.path("..", "css", "angled_x.r"))
2929
3030
3131
# Load the local info (edit this if your results are wrong)
32-
local_facts <- read.csv("local_facts.csv")
32+
local_facts <- read.csv(file.path("..", "local_facts.csv"))
3333
3434
# Load the latest cleaned data
3535
load(local_facts$datapath)

0 commit comments

Comments
 (0)