## ----setup, include = FALSE--------------------------------------------------- knitr::opts_chunk$set( collapse = TRUE, comment = "#>" ) ## ----------------------------------------------------------------------------- # install.packages("toolero") ## ----------------------------------------------------------------------------- # pak::pak("erwinlares/toolero") ## ----------------------------------------------------------------------------- # library(toolero) # # init_project("~/Documents/my-project") ## ----------------------------------------------------------------------------- # init_project( # "~/Documents/my-project", # extra_folders = c("notebooks", "presentations") # ) ## ----------------------------------------------------------------------------- # init_project( # "~/Documents/my-project", # use_renv = FALSE, # use_git = FALSE # ) ## ----------------------------------------------------------------------------- # data <- read_clean_csv("data/my-file.csv") ## ----------------------------------------------------------------------------- # data <- read_clean_csv("data/my-file.csv", verbose = TRUE) ## ----------------------------------------------------------------------------- # citation("toolero")