Skip to content

Commit 3bc7b39

Browse files
committed
oops
1 parent 4051227 commit 3bc7b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/explain_forest.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ explain_forest <- function(forest, path = NULL, interactions = FALSE, data = NUL
2626
measures = NULL){
2727
if(is.null(path)) {
2828
directory <- getwd()
29-
paste0(directory, "/Your_forest_explained.html")
29+
path <- paste0(directory, "/Your_forest_explained.html")
3030
}
3131
if(is.null(measures)){
3232
if("randomForest" %in% class(forest)){

0 commit comments

Comments
 (0)