Skip to content

Commit f2c261f

Browse files
committed
Set knit_root_dir same as out_path #233
1 parent 95e8146 commit f2c261f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

R/read_out.R

+2-1
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ used."
140140
path = "/read-out/read_out.Rmd"
141141
),
142142
output_file = paste0("datacut_", format(Sys.time(), "%Y-%m-%d_%H%M%S", ".html")),
143-
output_dir = out_path
143+
output_dir = out_path,
144+
knit_root_dir = out_path
144145
)
145146
}

0 commit comments

Comments
 (0)