inst/templates/_targets.R

library(here, include.only = "here")
library(targets)
library(tarchetypes)
library(data.table)
library(ggplot2)
library(purrr)

lapply(
  list.files(
    here("R"), pattern = "\\.R$", full.names = TRUE, all.files = FALSE
  ),
  source
)


list(
  ### Write targets here
)
matthiaskaeding/matthiastools documentation built on Feb. 22, 2022, 5:09 p.m.