Skip to content

Commit

Permalink
fix: handle arbitrary metadata a bit better
Browse files Browse the repository at this point in the history
KaiAragaki committed Nov 13, 2023
1 parent ca6d5c6 commit e25e809
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -142,7 +142,8 @@ out_file <- "~/Desktop/test.html"

```{r}
if (length(params$other) > 0) {
params$other |>
sanitized <- lapply(params$other, toString)
sanitized |>
as.data.frame() |>
t() |>
as_tibble(rownames = "Parameter") |>

0 comments on commit e25e809

Please sign in to comment.