Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

6 lines
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)