Skip to content

Commit

Permalink
typo in get_dataset()
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Feb 6, 2025
1 parent 8645ae2 commit ed75d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/get_dataset.R
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ get_dataset <- function(
} else if (grepl("^ces", dataset)) {
documentation <- "https://marginaleffects.com/data/ces.html"
} else {
documentation <- sub("parquet$", "html", data_url)
documentation <- sub("parquet$", "html", data)
}

temp_file <- tempfile(fileext = ".parquet")
Expand Down

0 comments on commit ed75d39

Please sign in to comment.