選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

6 行
304B

  1. if (!dir.exists(here::here("images"))) dir.create(here::here("images"))
  2. png_path <- here::here("images", "static", "png")
  3. svg_path <- here::here("images", "static", "svg")
  4. if (!dir.exists(png_path)) dir.create(png_path, recursive = TRUE)
  5. if (!dir.exists(svg_path)) dir.create(svg_path, recursive = TRUE)