write output in utf8

out_from_lines(
  out_lines,
  to = c("html", "markdown", "raw"),
  out.dir,
  filename = "file",
  edit = TRUE
)

Arguments

out_lines

vector of html lines to write

to

Format to convert to. "html", "markdown" or "raw" text

out.dir

Directory where to save output md file

filename

filename without extentions

edit

Logical. Whether to open file for edition